diff options
author | YueHaibing <yuehaibing@huawei.com> | 2018-09-27 13:01:19 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-10-03 01:02:14 +0200 |
commit | 8f523d6db7ed69f69720267af170c0719023f373 (patch) | |
tree | dc69ba0171adb4f40f9a73c1b291cc5221d719e6 /drivers/base/firmware_loader/main.c | |
parent | uio: Convert a few more users to using %pOFn instead of device_node.name (diff) | |
download | linux-8f523d6db7ed69f69720267af170c0719023f373.tar.xz linux-8f523d6db7ed69f69720267af170c0719023f373.zip |
VMCI: remove set but not used variable 'cid'
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/misc/vmw_vmci/vmci_host.c: In function 'vmci_host_do_alloc_queuepair':
drivers/misc/vmw_vmci/vmci_host.c:450:6: warning:
variable 'cid' set but not used [-Wunused-but-set-variable]
u32 cid;
^
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base/firmware_loader/main.c')
0 files changed, 0 insertions, 0 deletions