aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJason Wang <jasowang@redhat.com>2012-04-11 22:10:54 +0000
committerDavid S. Miller <davem@davemloft.net>2012-04-13 13:41:52 -0400
commita8c9cb106fe79c28d6b7f1397652cadd228715ff (patch)
tree9e6e765d0b579bd84e680b544ad57ce15455e421 /MAINTAINERS
parentatl1: fix kernel panic in case of DMA errors (diff)
downloadlinux-dev-a8c9cb106fe79c28d6b7f1397652cadd228715ff.tar.xz
linux-dev-a8c9cb106fe79c28d6b7f1397652cadd228715ff.zip
8139cp: set intr mask after its handler is registered
We set intr mask before its handler is registered, this does not work well when 8139cp is sharing irq line with other devices. As the irq could be enabled by the device before 8139cp's hander is registered which may lead unhandled irq. Fix this by introducing an helper cp_irq_enable() and call it after request_irq(). Signed-off-by: Jason Wang <jasowang@redhat.com> Reviewed-by: Flavio Leitner <fbl@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions