]> git.sur5r.net Git - u-boot/commit
spi: sh_qspi: Replace data types with short ones
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Tue, 10 Apr 2018 14:47:38 +0000 (16:47 +0200)
committerMarek Vasut <marex@denx.de>
Wed, 11 Apr 2018 21:19:50 +0000 (23:19 +0200)
commit0e6fa20b14ed27ef667ddb31c8e7c620417ee4f5
tree90b4539488c9e585e51a5e62621aa10ff6912c13
parentfbebea27e16eb760f1f2109a7535003bf359ba2b
spi: sh_qspi: Replace data types with short ones

Just replace unsigned {char,short,long} with u{8,16,32},
no functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
drivers/spi/sh_qspi.c