diff options
author | Prabhakar Kushwaha <prabhakar@freescale.com> | 2012-04-10 22:48:59 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-08-09 22:23:14 +0200 |
commit | a16a5cccfb30f4a4bd4c5798d899138250765b38 (patch) | |
tree | c3147e53e7ab962ff284fef715686396adb7670a /post | |
parent | f75325e1927398f7e18e15f186b1fc52174cc19f (diff) | |
download | u-boot-imx-a16a5cccfb30f4a4bd4c5798d899138250765b38.zip u-boot-imx-a16a5cccfb30f4a4bd4c5798d899138250765b38.tar.gz u-boot-imx-a16a5cccfb30f4a4bd4c5798d899138250765b38.tar.bz2 |
powerpc:Fix return type & parameter passed for I/O functions
Return type of in_8, in_be16 and in_le16 should not be'int'. Update it to type
u8/u16/u32.
Although 'unsigned' for in_be32 and in_le32 is correct. But to make return type
uniform across the file changed to u32
Similarly, parameter passed to out_8, out_be16, out_le16 ,out_be32 & out_le32
should not be 'int'.Change it to type u8/u16/u32.
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Diffstat (limited to 'post')
0 files changed, 0 insertions, 0 deletions