commit | 1ffde03d2aa112750468cff07efc9e0a504517dd | [log] [tgz] |
---|---|---|
author | Ondrej Zary <linux@rainbow-software.org> | Sun Jun 12 09:40:49 2011 +0000 |
committer | David S. Miller <davem@conan.davemloft.net> | Mon Jun 13 18:25:19 2011 -0400 |
tree | 737d80e83c8e3ca1232dc54e21320260f63c99aa | |
parent | b9cabe52c27cf834137f3aaa46da23bcf32284e8 [diff] |
3c503: fix broken IRQ autoprobing Fix broken IRQ autoprobing in 3c503 driver: - improper IRQ freeing (does not free IRQs causes WARN) - missing break when an working IRQ is found The driver works with this patch. Signed-off-by: Ondrej Zary <linux@rainbow-software.org> Reviewed-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@conan.davemloft.net>