aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/fpga-bridge.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <[email protected]>2022-10-24 15:23:43 +0000
committerJason A. Donenfeld <[email protected]>2022-11-18 23:56:15 +0000
commit7392134428c92a4cb541bd5c8f4f5c8d2e88364d (patch)
treec1d3d52c93fa0499e0e23498c189394f4328e507 /drivers/fpga/fpga-bridge.c
parentsparc: sbus: treat CPU index as integer (diff)
downloadkernel-7392134428c92a4cb541bd5c8f4f5c8d2e88364d.tar.gz
kernel-7392134428c92a4cb541bd5c8f4f5c8d2e88364d.zip
media: stv0288: use explicitly signed char
With char becoming unsigned by default, and with `char` alone being ambiguous and based on architecture, signed chars need to be marked explicitly as such. Use `s8` and `u8` types here, since that's what surrounding code does. This fixes: drivers/media/dvb-frontends/stv0288.c:471 stv0288_set_frontend() warn: assigning (-9) to unsigned variable 'tm' drivers/media/dvb-frontends/stv0288.c:471 stv0288_set_frontend() warn: we never enter this loop Cc: Mauro Carvalho Chehab <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Jason A. Donenfeld <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions