]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: kpc2000: kpc_spi: remove unnecessary struct member word_len
authorGeordan Neukum <gneukum1@gmail.com>
Wed, 5 Jun 2019 01:09:10 +0000 (01:09 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Jun 2019 13:05:02 +0000 (15:05 +0200)
commitdafcc4a54672875a155fb8272528820150043781
tree7b4539746deee90b152666e9f128a0635eae425f
parentd06ad04b7d8720c7793fc06d808e66ce8d3999f9
staging: kpc2000: kpc_spi: remove unnecessary struct member word_len

The structure kp_spi_controller_state, defined in the kpc2000_spi
driver, contains a member named word_len which is never used after
initialization. Therefore, it should be removed for simplicity's sake.

Signed-off-by: Geordan Neukum <gneukum1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/kpc2000/kpc2000_spi.c