Skip to content

Commit

Permalink
staging: msm: Remove pr_<level> uses of KERN_<level>
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Joe Perches authored and Greg Kroah-Hartman committed Sep 16, 2010
1 parent a871869 commit 3760c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/msm/staging-devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 3760c62

Please sign in to comment.