]> Pileus Git - ~andy/linux/commit
Drivers: hv: remove unused variable in vmbus_recvpacket_raw()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 4 Dec 2012 05:15:42 +0000 (00:15 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jan 2013 19:46:09 +0000 (11:46 -0800)
commitf994a154c5318d132200862686fde13dca0979b1
tree84876cd03f318420700b8a21581cef6c1bc2a472
parent3bacaf0ce106d9caca75f64a58f3b938b070df29
Drivers: hv: remove unused variable in vmbus_recvpacket_raw()

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

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/channel.c