Drivers: hv: remove unused variable from channel_mgmt.c
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 22 Oct 2012 09:20:20 +0000 (17:20 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Oct 2012 22:45:35 +0000 (15:45 -0700)
commitb45635542ede4ffeecb8fc4a1033ac5511ec2439
tree41ab9bef2b66a9e9d6a86c6a34eb0df27b6a2029
parent8b5c8b6396bc008fc23ade51a260594d59db4749
Drivers: hv: remove unused variable from channel_mgmt.c

The variables guidtype, guidinstance and initiate are initialized but
never used otherwise, so remove the unused variables.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

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