Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87155
b: refs/heads/master
c: 258cd84
h: refs/heads/master
i:
  87153: 872598c
  87151: 43a7da6
v: v3
  • Loading branch information
Roel Kluin authored and Jeff Garzik committed Mar 11, 2008
1 parent ceabc98 commit 256f061
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: 7afb42226a8eaa9ae3f6b9917ffb16902358e749
refs/heads/master: 258cd8464b618d5ec3b836f02cce05e3faf226b4
2 changes: 1 addition & 1 deletion trunk/drivers/ata/ahci.c
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ static void ahci_save_initial_config(struct pci_dev *pdev,
cap &= ~HOST_CAP_NCQ;
}

if ((cap && HOST_CAP_PMP) && (hpriv->flags & AHCI_HFLAG_NO_PMP)) {
if ((cap & HOST_CAP_PMP) && (hpriv->flags & AHCI_HFLAG_NO_PMP)) {
dev_printk(KERN_INFO, &pdev->dev,
"controller can't do PMP, turning off CAP_PMP\n");
cap &= ~HOST_CAP_PMP;
Expand Down

0 comments on commit 256f061

Please sign in to comment.