mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 07:01:23 +00:00
rfkill: Remove unnecessary OOM logging messages
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>
This commit is contained in:
parent
d15b84590a
commit
246c081204
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ static int __devinit rfkill_regulator_probe(struct platform_device *pdev)
|
||||||
pdata->type,
|
pdata->type,
|
||||||
&rfkill_regulator_ops, rfkill_data);
|
&rfkill_regulator_ops, rfkill_data);
|
||||||
if (rf_kill == NULL) {
|
if (rf_kill == NULL) {
|
||||||
dev_err(&pdev->dev, "Cannot alloc rfkill device\n");
|
|
||||||
ret = -ENOMEM;
|
ret = -ENOMEM;
|
||||||
goto err_rfkill_alloc;
|
goto err_rfkill_alloc;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue