Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 246c0812 authored by Joe Perches's avatar Joe Perches Committed by John W. Linville
Browse files

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: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent d15b8459
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
	}