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

Sudip Mukherjee sudipm.mukherjee at gmail.com
Sun Mar 31 17:16:17 UTC 2019


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 at tomli.me>

Tested-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>

--
Regards
Sudip


More information about the dri-devel mailing list