summaryrefslogtreecommitdiffstats
path: root/drivers/nfc
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2024-02-29 12:01:14 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-03-05 14:11:53 +0000
commit7485b3e350c801f5105cc40ee7c1d871e79a47dc (patch)
tree6a8063ad35329439ecf2949783e590004ed1feca /drivers/nfc
parentd48d2aba3ee7ca1f93e9a922e8df543cfb0f5ee9 (diff)
downloadlinux-stable-7485b3e350c801f5105cc40ee7c1d871e79a47dc.tar.gz
linux-stable-7485b3e350c801f5105cc40ee7c1d871e79a47dc.tar.bz2
linux-stable-7485b3e350c801f5105cc40ee7c1d871e79a47dc.zip
staging: fbtft: remove unused variable 'count'
The variable count is being initialized and incremented but it is never actually referenced in any other way. The variable is redundant and can be removed. Cleans up clang scan build warning: drivers/staging/fbtft/fbtft-core.c:330:6: warning: variable 'count' set but not used [-Wunused-but-set-variable] Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20240229120114.219085-1-colin.i.king@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/nfc')
0 files changed, 0 insertions, 0 deletions