Re: [PATCH v2 1/7] fbdev: sm712fb: use type "u8" for 8-bit I/O.

From: Sudip Mukherjee
Date: Sun Mar 31 2019 - 13:16:32 EST


On Fri, Mar 22, 2019 at 01:17:53PM +0800, Yifeng Li wrote:
> This commit converts "unsigned int" and "int" in I/O wrappers
> to "u8". It improves readability since it's consistent with
> the prototypes of readb() and writeb(). More importantly, it
> reduces readers' confusion, since the upcoming 2D acceleration
> code will use a different wordsize.
>
> Signed-off-by: Yifeng Li <tomli@xxxxxxxx>

Tested-by: Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>

--
Regards
Sudip