summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorNathan Chancellor <nathan@kernel.org>2024-10-15 13:09:02 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-10-16 09:58:56 +0200
commitbe11b268e58d35ee394f6caf4056fa82f032eb65 (patch)
treec7a1e3a2181f1e771f42dd49b02828fa38285109 /tools/perf/scripts/python/bin
parent22a3703af127e897dc7df89372b85bb9dc331c5f (diff)
downloadlinux-be11b268e58d35ee394f6caf4056fa82f032eb65.tar.gz
linux-be11b268e58d35ee394f6caf4056fa82f032eb65.zip
staging: gpib: fmh: Drop residue from fmh_gpid_fifo_read_countable()
Clang warns (or errors with CONFIG_WERROR=y): drivers/staging/gpib/fmh_gpib/fmh_gpib.c:970:43: error: variable 'residue' is uninitialized when used here [-Werror,-Wuninitialized] 970 | (int)(*bytes_read), (int)length, (int)residue); | ^~~~~~~ residue is never initialized in this function and it is not used outside of an error print. Just remove it altogether, as it is likely not necessary in this function, as this same exact statement in present in fmh_gpib_dma_read(). Fixes: 8e4841a0888c ("staging: gpib: Add Frank Mori Hess FPGA PCI GPIB driver") Signed-off-by: Nathan Chancellor <nathan@kernel.org> Link: https://lore.kernel.org/r/20241015-staging-gpib-fmh-fix-residue-used-uninitialized-v1-1-23ef05b099da@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions