linux/drivers/staging/gasket
Colin Ian King 5a2c3ebe74 staging: gasket: remove redundant pointer bar_data
Pointer bar_data is being assigned but is never used hence it is redundant
and can be removed.

Cleans up clang warning:
warning: variable 'bar_data' 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-11 13:12:34 +02:00
..
apex_driver.c
apex.h
gasket_constants.h
gasket_core.c staging: gasket: remove redundant pointer bar_data 2018-07-11 13:12:34 +02:00
gasket_core.h Staging: Gasket: shift wrapping bug in gasket_read_modify_write_64() 2018-07-06 17:35:42 +02:00
gasket_interrupt.c Staging: Gasket: fix a couple off by one bugs 2018-07-06 17:35:42 +02:00
gasket_interrupt.h
gasket_ioctl.c
gasket_ioctl.h
gasket_logging.h
gasket_page_table.c
gasket_page_table.h
gasket_sysfs.c drivers/staging/gasket: Use refcount_read() 2018-07-07 10:02:09 +02:00
gasket_sysfs.h
gasket.h
Kconfig
Makefile
TODO