Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42484
b: refs/heads/master
c: 47c4f99
h: refs/heads/master
v: v3
  • Loading branch information
Ed Lin authored and James Bottomley committed Dec 5, 2006
1 parent e6870e0 commit e9f16d1
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: 4eea9dc45fa7feb42e6dce32d94ea9ea4d64e40b
refs/heads/master: 47c4f997c7bd9ab142c65950317232728b921aa0
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/stex.c
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ static void stex_hard_reset(struct st_hba *hba)

for (i = 0; i < MU_MAX_DELAY_TIME; i++) {
pci_read_config_word(hba->pdev, PCI_COMMAND, &pci_cmd);
if (pci_cmd & PCI_COMMAND_MASTER)
if (pci_cmd != 0xffff && (pci_cmd & PCI_COMMAND_MASTER))
break;
msleep(1);
}
Expand Down

0 comments on commit e9f16d1

Please sign in to comment.