rapidio/tsi721: Fix interrupt mask when handling MSI
authorBen Hutchings <ben@decadent.org.uk>
Sun, 2 Jun 2013 02:34:36 +0000 (03:34 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 19 Jun 2013 01:16:38 +0000 (02:16 +0100)
commit94e0104bca7d6927e85119030b8e6e31fde88a7a
treec69109465603c3a9e5d5950af964ac530b6c8f33
parenta2d09e92ec5a7ee46e55d29ce8ad5afb45b02d37
rapidio/tsi721: Fix interrupt mask when handling MSI

Commit 1619f441963e 'rapidio/tsi721: fix bug in MSI interrupt
handling' (commit 1ccc819da6fd upstream) makes the MSI handler disable
and re-enable interrupts.  When re-enabling interrupts, we should set
the same flags as were originally set, but this changed in Linux 3.5 so
the flags are now inconsistent in 3.2.  In fact, the extra flag isn't
even defined in 3.2.  Remove the extra flag from the MSI handler.

Reported-by: Steve Conklin <steve.conklin@canonical.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/rapidio/devices/tsi721.c