arm-trusted-firmware/drivers/console
Nithin G 97eefd9989 fix(console): typecast expressions to match data type
This corrects the MISRA violation C2012-10.4:
Both operands of an operator in which the usual arithmetic conversions
are performed shall have the same essential type category.
The condition is explicitly checked against 0U, appending 'U' and
typecasting for unsigned comparison.

Change-Id: I4276035b3e7a223e80712e023457662689a011a1
Signed-off-by: Nithin G <nithing@amd.com>
Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
2025-03-09 22:02:53 +05:30
..
aarch32 refactor(console): disable getc() by default 2023-10-11 08:40:14 +02:00
aarch64 refactor(console): disable getc() by default 2023-10-11 08:40:14 +02:00
multi_console.c fix(console): typecast expressions to match data type 2025-03-09 22:02:53 +05:30