thermal: int3400_thermal: Ignore Unknown Notification Codes
[linux-2.6-microblaze.git] / drivers / thermal / int340x_thermal / int3400_thermal.c
index 8ee38f5..c9db1c6 100644 (file)
@@ -211,7 +211,7 @@ static void int3400_notify(acpi_handle handle,
                                thermal_prop);
                break;
        default:
-               dev_err(&priv->adev->dev, "Unsupported event [0x%x]\n", event);
+               /* Ignore unknown notification codes sent to INT3400 device */
                break;
        }
 }