Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247754
b: refs/heads/master
c: f68b3af
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik authored and Jeff Garzik committed May 20, 2011
1 parent 97c04f6 commit 1c89a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0144261fa677e9490eb112231de30c95af1679d2
refs/heads/master: f68b3afe45051d43e9f9277c6f1404670e1b99d2
2 changes: 1 addition & 1 deletion trunk/drivers/ata/acard-ahci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 1c89a2c

Please sign in to comment.