]> git.baikalelectronics.ru Git - uboot.git/commit
spi: atcspi200: Fix compiler warning
authorRick Chen <rick@andestech.com>
Tue, 29 May 2018 02:40:03 +0000 (10:40 +0800)
committerAndes <uboot@andestech.com>
Tue, 29 May 2018 06:45:03 +0000 (14:45 +0800)
commitdef547727534b47a4c1d5f907bbb005859c862e7
treee5673c23060a4ac2997431578ec18655ee5e9602
parente91f9c24de29a59cd56f9e85f7638ca3f9c7654b
spi: atcspi200: Fix compiler warning

Fix warning as below when compile in 64-bit.

warning: format '%u' expects argument of type
'unsigned int', but argument 6 has type 'size_t
{aka long unsigned int}

Signed-off-by: Rick Chen <rick@andestech.com>
Signed-off-by: Rick Chen <rickchen36@gmail.com>
Cc: Greentime Hu <green.hu@gmail.com>
drivers/spi/atcspi200_spi.c