[IB] fail SA queries if device initialization failed
authorRoland Dreier <rolandd@cisco.com>
Thu, 13 Oct 2005 17:45:02 +0000 (10:45 -0700)
committerRoland Dreier <rolandd@cisco.com>
Mon, 17 Oct 2005 22:20:29 +0000 (15:20 -0700)
If the SA query module's initialization fails for a device, then that
device won't have a struct ib_sa_device associated.  We should fail SA
queries in that case, rather than blindly dereferencing the NULL
pointer we get back from ib_get_client_data().

Signed-off-by: Roland Dreier <rolandd@cisco.com>

No differences found