IB/srp: Use list_first_entry()
authorBart Van Assche <bvanassche@acm.org>
Mon, 30 Aug 2010 19:27:40 +0000 (19:27 +0000)
committerRoland Dreier <rolandd@cisco.com>
Mon, 25 Oct 2010 05:14:19 +0000 (22:14 -0700)
commit21c1a90769e680e7c1f49bae4c5804cf0c7bc814
tree917996eb13d0ab93163f26e4824c0d7b2e1bec34
parent7ade400aba9a675b610074d6609658661db07eeb
IB/srp: Use list_first_entry()

Use the list_first_entry() macro in ib_srp instead of open-coding the equivalent,
which makes the source code slightly more descriptive.  The list_first_entry()
macro itself was introduced in kernel 2.6.22.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: David Dillow <dillowda@ornl.gov>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/ulp/srp/ib_srp.c