Files
linux/drivers/media/dvb-frontends
Jason A. Donenfeld d5db9aaf1b media: stv0288: use explicitly signed char
commit 7392134428 upstream.

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 <mchehab@kernel.org>
Cc: linux-media@vger.kernel.org
Cc: stable@vger.kernel.org
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-01-14 10:16:29 +01:00
..
2020-08-29 08:35:27 +02:00
2020-01-08 11:44:44 +01:00
2019-03-01 09:26:20 -05:00
2020-08-29 08:35:27 +02:00
2020-09-07 16:13:06 +02:00