block: mtip32xx: mtip32xx: Mark debugging variable 'start' as __maybe_unused
authorLee Jones <lee.jones@linaro.org>
Fri, 12 Mar 2021 10:55:22 +0000 (10:55 +0000)
committerJens Axboe <axboe@kernel.dk>
Tue, 6 Apr 2021 15:21:53 +0000 (09:21 -0600)
commitd0e0cb970eaeecc1b7020eb5cd747e8e2e742386
tree98fd74fa094186a8376f4c2b7a4036b28fabddc3
parentb8b8710354c4d6793bde8dabe8502802a0061158
block: mtip32xx: mtip32xx: Mark debugging variable 'start' as __maybe_unused

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

 drivers/block/mtip32xx/mtip32xx.c: In function ‘mtip_standby_immediate’:
 drivers/block/mtip32xx/mtip32xx.c:1216:16: warning: variable ‘start’ set but not used [-Wunused-but-set-variable]

Cc: Jens Axboe <axboe@kernel.dk>
Cc: linux-block@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20210312105530.2219008-4-lee.jones@linaro.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/mtip32xx/mtip32xx.c