diff options
author | Harry Hong <hhong@nvidia.com> | 2014-06-16 13:37:07 +0900 |
---|---|---|
committer | Harry Hong <hhong@nvidia.com> | 2014-06-15 21:38:51 -0700 |
commit | 56b19bb4034bef0952d41e5675d7eab3174c9d39 (patch) | |
tree | e3e4daa1df5ce2941446d74454710dbddfb6fb1c | |
parent | 737fe12882b78d0d515082fa8111e133d1163897 (diff) |
ARM: tegra: tegratab: dummy change
this is to trigger automatic build
Change-Id: I6771e649d9c42d6b602cca8f7d36e2511c4b0f7b
Signed-off-by: Harry Hong <hhong@nvidia.com>
Reviewed-on: http://git-master/r/423567
-rw-r--r-- | arch/arm/mach-tegra/tegra11_emc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/tegra11_emc.c b/arch/arm/mach-tegra/tegra11_emc.c index c2d321c652c4..f730d59f5103 100644 --- a/arch/arm/mach-tegra/tegra11_emc.c +++ b/arch/arm/mach-tegra/tegra11_emc.c @@ -1617,7 +1617,7 @@ static u32 soc_to_dram_bit_swap(u32 soc_val, u32 dram_mask, u32 dram_shift) int bit; u32 dram_val = 0; - /* tegra clocks definitions use shifted mask always */ + /* tegra clocks definitions use shifted mask always*/ if (!dram_to_soc_bit_map) return soc_val & dram_mask; |