diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-07-03 08:14:43 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-03 13:01:47 +0200 |
commit | ccbaef5d0ba8b0015ac94d8e65957bc1f5864513 (patch) | |
tree | 1b4ea1de8f540a9bc17df8f3ea45f4cb47ebf634 /drivers/of/of_reserved_mem.c | |
parent | 9cf04a29ff701d259fdcaf45baf92087898c6f61 (diff) | |
download | linux-ccbaef5d0ba8b0015ac94d8e65957bc1f5864513.tar.bz2 |
misc: genwqe: remove several redundant variables
The variables val16, type, pci_dev and type are set but are never used
hence they are redundant and can be removed.
Cleans up clang warnings:
warning: variable 'type' set but not used [-Wunused-but-set-variable]
warning: variable 'val16' set but not used [-Wunused-but-set-variable]
warning: variable 'pci_dev' set but not used [-Wunused-but-set-variable]
warning: variable 'type' set but not used [-Wunused-but-set-variable]
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/of/of_reserved_mem.c')
0 files changed, 0 insertions, 0 deletions