Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82552
b: refs/heads/master
c: 1bee4d1
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Bartlomiej Zolnierkiewicz committed Feb 2, 2008
1 parent 1b546e0 commit 9c87512
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: fc6c5bc7c158d7ee7bb6e9ac1c64ae80da3d1580
refs/heads/master: 1bee4d1dce2d76bcf0bf9565298c62666de0fa1d
2 changes: 1 addition & 1 deletion trunk/drivers/ide/pci/pdc202xx_old.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ static void pdc202xx_set_pio_mode(ide_drive_t *drive, const u8 pio)
static u8 __devinit pdc2026x_old_cable_detect(ide_hwif_t *hwif)
{
struct pci_dev *dev = to_pci_dev(hwif->dev);
u16 CIS = 0, mask = (hwif->channel) ? (1<<11) : (1<<10);
u16 CIS, mask = hwif->channel ? (1 << 11) : (1 << 10);

pci_read_config_word(dev, 0x50, &CIS);

Expand Down

0 comments on commit 9c87512

Please sign in to comment.