Stephen Hemminger wrote:
drivers/ata/ata_piix.c:1502:7: warning: symbol 'rc' shadows an earlier one Signed-off-by: Stephen Hemminger <shemminger@xxxxxxxxxx> --- a/drivers/ata/ata_piix.c 2008-09-08 09:29:22.000000000 -0700 +++ b/drivers/ata/ata_piix.c 2008-09-08 09:29:33.000000000 -0700 @@ -1499,7 +1499,7 @@ static int __devinit piix_init_one(struc * off. */ if (pdev->vendor == PCI_VENDOR_ID_INTEL && pdev->device == 0x2652) { - int rc = piix_disable_ahci(pdev); + rc = piix_disable_ahci(pdev); if (rc) return rc;
applied -- To unsubscribe from this list: 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