Jason A. Donenfeld 6770473832 misc: sgi-gru: 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. This fixes warnings like:

drivers/misc/sgi-gru/grumain.c:711 gru_check_chiplet_assignment() warn: 'gts->ts_user_chiplet_id' is unsigned

Cc: Dimitri Sivanich <dimitri.sivanich@hpe.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Link: https://lore.kernel.org/r/20221025025223.573543-1-Jason@zx2c4.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-10-25 19:12:10 +02:00
..
2022-09-26 19:46:20 -07:00
2021-09-27 15:39:40 +02:00
2022-10-03 17:24:22 -07:00
2021-05-13 17:03:20 +02:00
2022-08-16 12:46:26 +02:00
2022-09-05 07:53:56 +02:00
2021-10-05 15:47:18 +02:00
2022-09-01 17:42:27 -04:00