From: Joe Perches Date: Sun, 12 Sep 2010 05:10:57 +0000 (-0700) Subject: staging: msm: Remove pr_ uses of KERN_ X-Git-Tag: v2.6.37-rc1~60^2~3^2~571 X-Git-Url: https://bbs.cooldavid.org/git/?p=net-next-2.6.git;a=commitdiff_plain;h=3760c621fd2c0cf4185c3e2a0817c3e95d9cff48 staging: msm: Remove pr_ uses of KERN_ Signed-off-by: Joe Perches Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/msm/staging-devices.c b/drivers/staging/msm/staging-devices.c index 861f3307231..d6cd919469d 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); }