Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97691
b: refs/heads/master
c: 6311c90
h: refs/heads/master
i:
  97689: a7e5c82
  97687: c89bcb0
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Jun 5, 2008
1 parent bb4c37e commit e8b3f40
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: 53c8ba95402be65d412a806cda3430f0e72cd107
refs/heads/master: 6311c90a9ea16b4ab93ed48f1a9022647f6b3c43
2 changes: 1 addition & 1 deletion trunk/drivers/ata/libata-sff.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ static u8 ata_sff_irq_status(struct ata_port *ap)
return status;
}
/* Clear INTRQ latch */
status = ata_sff_check_status(ap);
status = ap->ops->sff_check_status(ap);
return status;
}

Expand Down

0 comments on commit e8b3f40

Please sign in to comment.