]> Pileus Git - ~andy/linux/blobdiff - drivers/platform/x86/intel_mid_powerbtn.c
platform:x86: Remove OOM message after input_allocate_device
[~andy/linux] / drivers / platform / x86 / intel_mid_powerbtn.c
index 6b18aba82cfae450bde3cad8fd2b2d01f20b3d03..8d6775266d66263bac3bdd45d7a5f580e598731e 100644 (file)
@@ -66,10 +66,8 @@ static int mfld_pb_probe(struct platform_device *pdev)
                return -EINVAL;
 
        input = input_allocate_device();
-       if (!input) {
-               dev_err(&pdev->dev, "Input device allocation error\n");
+       if (!input)
                return -ENOMEM;
-       }
 
        input->name = pdev->name;
        input->phys = "power-button/input0";