tty: acpi/spcr: QDF2400 E44 checks for wrong OEM revision
[linux-2.6-microblaze.git] / drivers / acpi / spcr.c
index 01c9466..3afa8c1 100644 (file)
@@ -30,7 +30,7 @@ static bool qdf2400_erratum_44_present(struct acpi_table_header *h)
                return true;
 
        if (!memcmp(h->oem_table_id, "QDF2400 ", ACPI_OEM_TABLE_ID_SIZE) &&
-                       h->oem_revision == 0)
+                       h->oem_revision == 1)
                return true;
 
        return false;