commit | 56c202d6e4f542468fe79b8a735cf128898b87fb | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Thu Oct 13 10:45:02 2005 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Oct 17 15:20:29 2005 -0700 |
tree | 3080b34f6080d71b88ae26f665b5e23d7f485c69 | |
parent | 305a7e87055dde2466a855c24ef51a606915d149 [diff] |
[IB] fail SA queries if device initialization failed 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>