m68k: sun3: Change led_pattern[] to unsigned char
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 18 Sep 2023 10:07:25 +0000 (12:07 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 6 Oct 2023 08:03:04 +0000 (10:03 +0200)
commit72e70a0e7ac7c422843eb8bbf192e820e9ccd24d
tree7d384c00ea9ddbb580a93c18949bb048da8076cf
parentec177486cb278cddb6f03553e0a60d31df3932b6
m68k: sun3: Change led_pattern[] to unsigned char

The values stored in led_pattern[] are only used for passing to
sun3_leds(), which takes an "unsigned char".
Change the type of led_pattern[] accordingly, to reduce kernel size.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/794c5d543dbdae8336a13ef2459adafaaadb7d86.1695031620.git.geert@linux-m68k.org
arch/m68k/sun3/sun3ints.c