Hello.
Jeff Garzik wrote:
diff --git a/drivers/scsi/libata-core.c b/drivers/scsi/libata-core.c
index 386e5f2..cd4cf97 100644
--- a/drivers/scsi/libata-core.c
+++ b/drivers/scsi/libata-core.c
@@ -91,6 +91,10 @@ static int ata_probe_timeout = ATA_TMOUT
module_param(ata_probe_timeout, int, 0444);
MODULE_PARM_DESC(ata_probe_timeout, "Set ATA probing timeout
(seconds)");
+int noacpi = 0;
Drop the "= 0". It will be init. to 0 anyway.
(Yes, I know my patch had that. :)
Not necessarily true, since it is not static...
All uninitialized explicitly non-auto variables go into .bss section and
get initialized to 0 and 'static' has nothing to do with it, IIRC...
WBR, Sergei
-
: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html