]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
staging: msm: Remove pr_<level> uses of KERN_<level>
authorJoe Perches <joe@perches.com>
Sun, 12 Sep 2010 05:10:57 +0000 (22:10 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 16 Sep 2010 19:37:36 +0000 (12:37 -0700)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/msm/staging-devices.c

index 861f330723144082af5f745dc97b9d53204ed3fa..d6cd919469ddd1e02ca46a5807037cd67c14eeee 100644 (file)
@@ -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);
 }