diff options
-rw-r--r-- | drivers/ata/ahci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index f2522534ae63..fe75d8befc3a 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c | |||
@@ -1042,7 +1042,7 @@ static int ahci_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
1042 | 1042 | ||
1043 | VPRINTK("ENTER\n"); | 1043 | VPRINTK("ENTER\n"); |
1044 | 1044 | ||
1045 | WARN_ON(ATA_MAX_QUEUE > AHCI_MAX_CMDS); | 1045 | WARN_ON((int)ATA_MAX_QUEUE > AHCI_MAX_CMDS); |
1046 | 1046 | ||
1047 | if (!printed_version++) | 1047 | if (!printed_version++) |
1048 | dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n"); | 1048 | dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n"); |