aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/ata/acard-ahci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/acard-ahci.c b/drivers/ata/acard-ahci.c
index 339c210f03a6..ae22be4157b5 100644
--- a/drivers/ata/acard-ahci.c
+++ b/drivers/ata/acard-ahci.c
@@ -417,7 +417,7 @@ static int acard_ahci_init_one(struct pci_dev *pdev, const struct pci_device_id
417 417
418 VPRINTK("ENTER\n"); 418 VPRINTK("ENTER\n");
419 419
420 WARN_ON(ATA_MAX_QUEUE > AHCI_MAX_CMDS); 420 WARN_ON((int)ATA_MAX_QUEUE > AHCI_MAX_CMDS);
421 421
422 if (!printed_version++) 422 if (!printed_version++)
423 dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n"); 423 dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n");