]> git.sur5r.net Git - u-boot/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)
commit6083cf38830752dc3fda823e912ac44f40afce07
treee5673c23060a4ac2997431578ec18655ee5e9602
parenta2ed0dc8666a1b6d0110fb9ecca75285d100f6ca
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