commit | 0e6fa20b14ed27ef667ddb31c8e7c620417ee4f5 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Tue Apr 10 16:47:38 2018 +0200 |
committer | Marek Vasut <marex@denx.de> | Wed Apr 11 23:19:50 2018 +0200 |
tree | 90b4539488c9e585e51a5e62621aa10ff6912c13 | |
parent | fbebea27e16eb760f1f2109a7535003bf359ba2b [diff] |
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>