IB/uverbs: Use idr_read_cq() where appropriate
authorRoland Dreier <rolandd@cisco.com>
Fri, 22 Sep 2006 22:17:19 +0000 (15:17 -0700)
committerRoland Dreier <rolandd@cisco.com>
Fri, 22 Sep 2006 22:17:19 +0000 (15:17 -0700)
commitab10867621a96230757eb4a2a19d560b85f62ce9
treef8dc75cf9222948663ce01b819764cd8d332d6d9
parent9217b27b12eb5ab910d14b3376c2b6cd13d87711
IB/uverbs: Use idr_read_cq() where appropriate

There were two functions that open-coded idr_read_cq() in terms of
idr_read_uobj() rather than using the helper.

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