commit | e81259b4f7c69a71d92216ba551731fb7027bcbe | [log] [tgz] |
---|---|---|
author | Steve Glendinning <steve.glendinning@smsc.com> | Tue Jan 27 06:51:10 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 01 00:37:20 2009 -0800 |
tree | c8a625bc5db429eca283f3fdccead43e1c107760 | |
parent | 61307ed85dbf0ee232e354721a5a0a2011da7996 [diff] |
smsc911x: register isr as IRQF_SHARED The isr supports shared operation, so register it with the IRQF_SHARED flag to indicate this. This patch also removes the IRQF_DISABLED flag. This driver doesn't need it, and IRQF_DISABLED isn't guaranteed when using shared interrupts. Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com> Signed-off-by: David S. Miller <davem@davemloft.net>