[PATCH 09/11] drivers/staging/msm: Remove pr_<level> uses of KERN_<level>

From: Joe Perches
Date: Sun Sep 12 2010 - 01:12:55 EST


Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
---
drivers/staging/msm/staging-devices.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/msm/staging-devices.c b/drivers/staging/msm/staging-devices.c
index 861f330..d6cd919 100644
--- a/drivers/staging/msm/staging-devices.c
+++ b/drivers/staging/msm/staging-devices.c
@@ -166,7 +166,7 @@ static void __init qsd8x50_allocate_memory_regions(void)

msm_fb_resources[0].start = __pa(addr);
msm_fb_resources[0].end = msm_fb_resources[0].start + size - 1;
- pr_info(KERN_ERR "using %lu bytes of SMI at %lx physical for fb\n",
+ pr_info("using %lu bytes of SMI at %lx physical for fb\n",
size, (unsigned long)addr);
}

--
1.7.3.rc1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/