Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75514
b: refs/heads/master
c: 121a09e
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Jeff Garzik committed Jan 15, 2008
1 parent 862863d commit ad3d5f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 0f7577434bcdf99456757b44d8911dc6e51c3178
refs/heads/master: 121a09e590d54be840289c6feac840453aa999d9
2 changes: 0 additions & 2 deletions trunk/include/linux/ata.h
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,6 @@ static inline int ata_drive_40wire(const u16 *dev_id)

static inline int ata_drive_40wire_relaxed(const u16 *dev_id)
{
if (ata_id_is_sata(dev_id))
return 0; /* SATA */
if ((dev_id[93] & 0x2000) == 0x2000)
return 0; /* 80 wire */
return 1;
Expand Down

0 comments on commit ad3d5f6

Please sign in to comment.