]> git.baikalelectronics.ru Git - kernel.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)
commitf6d786e95f9a6a1348ab3c9e641c330cbb6e62e7
treed62bf6616d98ef73a941d7bbfbe1ebd5d1621d40
parent9f5206cc3306d8577c7c66f9f7d12c139df44643
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