linux/drivers/misc/genwqe
Colin Ian King ccbaef5d0b 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>
2018-07-03 13:01:47 +02:00
..
card_base.c genwqe: Make defines uppercase 2017-12-19 10:54:44 +01:00
card_base.h genwqe: Remove unused parameter in some functions 2017-12-19 10:54:44 +01:00
card_ddcb.c treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
card_ddcb.h GenWQE: Update author information 2014-09-23 23:15:46 -07:00
card_debugfs.c misc: genwqe: remove several redundant variables 2018-07-03 13:01:47 +02:00
card_dev.c misc: genwqe: remove several redundant variables 2018-07-03 13:01:47 +02:00
card_sysfs.c GenWQE: use kobj_to_dev() 2016-02-08 14:57:30 -08:00
card_utils.c GenWQE: Fix a typo in two comments 2018-03-27 09:51:22 +02:00
genwqe_driver.h GenWQE: Update author information 2014-09-23 23:15:46 -07:00
Kconfig GenWQE: Add support for EEH error recovery 2014-07-09 14:14:27 -07:00
Makefile GenWQE Enable driver 2013-12-18 16:51:15 -08:00