Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109397
b: refs/heads/master
c: 96f8021
h: refs/heads/master
i:
  109395: 1304bb1
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Sep 2, 2008
1 parent 5d1b1c3 commit aaa9525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: a1aee8622293138867e7dbd1dd214dfb34cd89d2
refs/heads/master: 96f80219b738f84f90e449385bdede90f2910521
3 changes: 1 addition & 2 deletions trunk/include/linux/ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -1448,8 +1448,7 @@ static inline void ide_dump_identify(u8 *id)

static inline int hwif_to_node(ide_hwif_t *hwif)
{
struct pci_dev *dev = to_pci_dev(hwif->dev);
return hwif->dev ? pcibus_to_node(dev->bus) : -1;
return hwif->dev ? dev_to_node(hwif->dev) : -1;
}

static inline ide_drive_t *ide_get_paired_drive(ide_drive_t *drive)
Expand Down

0 comments on commit aaa9525

Please sign in to comment.