]> git.karo-electronics.de Git - linux-beck.git/commit
IB/usnic: Remove unused variable in usnic_debugfs_exit()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 15 Jan 2014 05:52:55 +0000 (13:52 +0800)
committerRoland Dreier <roland@purestorage.com>
Sat, 18 Jan 2014 21:50:14 +0000 (13:50 -0800)
commitd1db47c5eed89a1c8b60e780aeadd870bb0d3894
tree363b191867d7faa0758158460d586a78e9a92172
parent6dcebe614c667fca73aaf0cfbd1e70bc9179538e
IB/usnic: Remove unused variable in usnic_debugfs_exit()

The variable qp_grp is initialized but never used otherwise, so remove
the unused variable.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/usnic/usnic_debugfs.c