Message ID | 20130730215307.GG8868@codeaurora.org (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
diff --git a/arch/arm/mach-msm/io.c b/arch/arm/mach-msm/io.c index 5f1b0aa..adc8971 100644 --- a/arch/arm/mach-msm/io.c +++ b/arch/arm/mach-msm/io.c @@ -60,7 +60,7 @@ static struct map_desc msm_io_desc[] __initdata = { #if defined(CONFIG_DEBUG_MSM_UART1) || defined(CONFIG_DEBUG_MSM_UART2) || \ defined(CONFIG_DEBUG_MSM_UART3) { - /* virtual and pfn filled in by debug_ll_addr() */ + /* Must be last: virtual and pfn filled in by debug_ll_addr() */ .length = SZ_4K, .type = MT_DEVICE_NONSHARED, }