]> git.karo-electronics.de Git - karo-tx-linux.git/commit
memory: tegra: Explicitly mark defines unsigned
authorThierry Reding <treding@nvidia.com>
Thu, 2 Apr 2015 15:27:34 +0000 (17:27 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 2 Apr 2015 22:01:09 +0000 (00:01 +0200)
commit50ce434c2399586a71a868795401b59e04486824
treeb2af555e51005df6dc579414c282ede48ae89bfb
parent1deb6fc7dd14551ef4db439026a62e230f2d763a
memory: tegra: Explicitly mark defines unsigned

Some of these constants are large and will be truncated on 64-bit build,
causing warnings. Mark them explicitly unsigned to avoid the warning.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/memory/tegra/tegra124-emc.c