]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
IB: Remove useless ibdev_is_alive() tests from sysfs code
authorRoland Dreier <rolandd@cisco.com>
Wed, 4 Mar 2009 23:22:39 +0000 (15:22 -0800)
committerRoland Dreier <rolandd@cisco.com>
Wed, 4 Mar 2009 23:22:39 +0000 (15:22 -0800)
commit6432f366842c78d17b2df974c68f39cb5794f2c2
tree1eae97fdf35e8344face61d4eea8ffcc237c7c3d
parent9206dff15705267c19f8fed391c4fb95975540a3
IB: Remove useless ibdev_is_alive() tests from sysfs code

Some attribute show functions test ibdev_is_alive() to make sure that
it's OK to access device state.  However, the sysfs attributes will
not be registered until the device is fully initialized, and they'll
be unregistered before anything is torn down, so ibdev_is_alive()
doesn't do anything useful.  Remove it.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/sysfs.c