projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a871869
)
staging: msm: Remove pr_<level> uses of KERN_<level>
author
Joe Perches
<joe@perches.com>
Sun, 12 Sep 2010 05:10:57 +0000
(22:10 -0700)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/msm/staging-devices.c
b/drivers/staging/msm/staging-devices.c
index 861f330723144082af5f745dc97b9d53204ed3fa..d6cd919469ddd1e02ca46a5807037cd67c14eeee 100644
(file)
--- 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);
}