IB/ipath: Fix probe failure path
authorBen Hutchings <ben@decadent.org.uk>
Sat, 12 Jun 2010 02:25:09 +0000 (02:25 +0000)
committerRoland Dreier <rolandd@cisco.com>
Wed, 21 Jul 2010 17:48:39 +0000 (10:48 -0700)
The failure path in ipath_init_one() does not match the cleanup code
in ipath_remove_one() and appears to leave interrupts enabled in some
cases.  Change it to match.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Roland Dreier <rolandd@cisco.com>

No differences found