s390/con3270: reduce f_color and b_color attribute size to 4 bit
authorSven Schnelle <svens@linux.ibm.com>
Tue, 29 Nov 2022 09:31:19 +0000 (10:31 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 9 Jan 2023 13:34:01 +0000 (14:34 +0100)
commit18fc2e93b602d8def2b8d10492238aa40180d292
tree09e1351d278161e1bf0547f46a9985120d8ffaa9
parent76485078702ae680c9683500ad9caafea05678b1
s390/con3270: reduce f_color and b_color attribute size to 4 bit

As we're only supportign 8 colors, we don't need 8 bits. Reduce the
size to 4 bits to save memory.

Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Tested-by: Niklas Schnelle <schnelle@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
drivers/s390/char/con3270.c