Signed-off-by: Todd Poynor <[email protected]> --- diff --git a/arch/arm/mach-tegra/common.c b/arch/arm/mach-tegra/common.c index 9f13c80..f8b2d0c 100644 --- a/arch/arm/mach-tegra/common.c +++ b/arch/arm/mach-tegra/common.c @@ -1,5 +1,5 @@ /* - * arch/arm/mach-tegra/board-harmony.c + * arch/arm/mach-tegra/common.c * * Copyright (C) 2010 Google, Inc. * @@ -38,7 +38,7 @@ void tegra_assert_system_reset(char mode, const char *cmd) void __iomem *reset = IO_ADDRESS(TEGRA_CLK_RESET_BASE + 0x04); u32 reg; - /* use *_related to avoid spinlock since caches are off */ + /* use *_relaxed to avoid spinlock since caches are off */ reg = readl_relaxed(reset); reg |= 0x04; writel_relaxed(reg, reset); -- 1.7.3.1
-- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
