Commit f68b3afe authored by Jeff Garzik's avatar Jeff Garzik Committed by Jeff Garzik

drivers/ata/acard-ahci.c: fix enum warning

Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 0144261f
......@@ -417,7 +417,7 @@ static int acard_ahci_init_one(struct pci_dev *pdev, const struct pci_device_id
VPRINTK("ENTER\n");
WARN_ON(ATA_MAX_QUEUE > AHCI_MAX_CMDS);
WARN_ON((int)ATA_MAX_QUEUE > AHCI_MAX_CMDS);
if (!printed_version++)
dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment