staging: msm: Remove pr_<level> uses of KERN_<level>

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Joe Perches 2010-09-11 22:10:57 -07:00 committed by Greg Kroah-Hartman
parent a871869245
commit 3760c621fd
1 changed files with 1 additions and 1 deletions

View 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);
}