char: hpet: Remove unused variable 'm'
authorLee Jones <lee.jones@linaro.org>
Thu, 20 May 2021 12:13:43 +0000 (13:13 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 May 2021 08:09:30 +0000 (10:09 +0200)
commitd80758c02fcf295bbad7c4c73f399f83f0be49d6
tree020731f2c1e9c29cf93de3b7b109b455e02a0555
parenta9af9ae814434fe2c562d5dfb4268e7acf8bb0ed
char: hpet: Remove unused variable 'm'

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

 drivers/char/hpet.c: In function ‘hpet_interrupt’:
 drivers/char/hpet.c:159:17: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]

Cc: Clemens Ladisch <clemens@ladisch.de>
Cc: Bob Picco <robert.picco@hp.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-13-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/hpet.c