OSDN Git Service

ata:sata_nv - Change 1 to true for bool type variable.
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / drivers / ata / sata_nv.c
index 7ece85f..734f563 100644 (file)
@@ -599,7 +599,7 @@ MODULE_DEVICE_TABLE(pci, nv_pci_tbl);
 MODULE_VERSION(DRV_VERSION);
 
 static bool adma_enabled;
-static bool swncq_enabled = 1;
+static bool swncq_enabled = true;
 static bool msi_enabled;
 
 static void nv_adma_register_mode(struct ata_port *ap)