char: pcmcia: cm4000_cs: Remove unused variable 'tmp'
authorLee Jones <lee.jones@linaro.org>
Thu, 20 May 2021 12:13:32 +0000 (13:13 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 May 2021 08:09:28 +0000 (10:09 +0200)
commit4e2898164656437f896102b17ec1e86c9953afcb
treed962c393a4c1c1b33cf38f428f1e8b08d1475e76
parent03e3e31ee5c8d45c62c31035578bab5e90133eff
char: pcmcia: cm4000_cs: Remove unused variable 'tmp'

Fixes the following W=1 kernel build warning(s):

 drivers/char/pcmcia/cm4000_cs.c: In function ‘cmm_write’:
 drivers/char/pcmcia/cm4000_cs.c:1053:16: warning: variable ‘tmp’ set but not used [-Wunused-but-set-variable]

Cc: Harald Welte <laforge@gnumonks.org>
Cc: "cs.c" <support.linux@omnikey.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20210520121347.3467794-2-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/pcmcia/cm4000_cs.c