]> git.karo-electronics.de Git - karo-tx-linux.git/commit
IB/ipath: fix NULL dereference during cleanup
authorBryan O'Sullivan <bos@pathscale.com>
Tue, 23 May 2006 18:32:33 +0000 (11:32 -0700)
committerRoland Dreier <rolandd@cisco.com>
Tue, 23 May 2006 20:27:06 +0000 (13:27 -0700)
commitb0ff7c2005f7ec8dec10fb15e62b8e1acc172bbf
treed62bf6616d98ef73a941d7bbfbe1ebd5d1621d40
parent94b8d9f98d7f535037eb9845b81396f667b4f727
IB/ipath: fix NULL dereference during cleanup

Fix NULL deref due to pcidev being clobbered before dd->ipath_f_cleanup()
was called.

Signed-off-by: Bryan O'Sullivan <bos@pathscale.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/ipath/ipath_driver.c