]> git.sur5r.net Git - u-boot/commit
i2c: mvtwsi: Use 'uint' instead of 'unsigned int'
authormario.six@gdsys.cc <mario.six@gdsys.cc>
Thu, 21 Jul 2016 09:57:06 +0000 (11:57 +0200)
committerHeiko Schocher <hs@denx.de>
Tue, 26 Jul 2016 08:19:42 +0000 (10:19 +0200)
commite075828128d961d873484bb02ac8101bc733a1d7
tree829aeabdfb459701dcf2f3f2fdff5e72e10e5492
parent059fce9f61fd81ab67555b9ba87e12cc4b8db8f6
i2c: mvtwsi: Use 'uint' instead of 'unsigned int'

Since some additional parameters will be added in the course of this
patch series (especially with the addition of DM support), we replace
the longer "unsigned int" declarations with "uint" declarations to keep
the parameter lists more readable.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/i2c/mvtwsi.c