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:
d15b845
)
rfkill: Remove unnecessary OOM logging messages
author
Joe Perches
<joe@perches.com>
Mon, 29 Aug 2011 21:17:34 +0000
(14:17 -0700)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 13 Sep 2011 19:45:02 +0000
(15:45 -0400)
Removing unnecessary messages saves code and text.
Site specific OOM messages are duplications of a generic MM
out of memory message and aren't really useful, so just
delete them.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/rfkill/rfkill-regulator.c
patch
|
blob
|
history
diff --git
a/net/rfkill/rfkill-regulator.c
b/net/rfkill/rfkill-regulator.c
index 18dc512a10f3b5a39886b99e0536c3d2df706f78..3ca7277a3c362db9b4f1499cf00fcc3897839393 100644
(file)
--- a/
net/rfkill/rfkill-regulator.c
+++ b/
net/rfkill/rfkill-regulator.c
@@
-90,7
+90,6
@@
static int __devinit rfkill_regulator_probe(struct platform_device *pdev)
pdata->type,
&rfkill_regulator_ops, rfkill_data);
if (rf_kill == NULL) {
- dev_err(&pdev->dev, "Cannot alloc rfkill device\n");
ret = -ENOMEM;
goto err_rfkill_alloc;
}