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@tomli.me
Tested-by: Sudip Mukherjee sudipm.mukherjee@gmail.com
-- Regards Sudip