Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29389
b: refs/heads/master
c: c2956a3
h: refs/heads/master
i:
  29387: 4598736
v: v3
  • Loading branch information
Albert Lee authored and Jeff Garzik committed Mar 3, 2006
1 parent bc6e21d commit c84cc40
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 801c63c38ae52e8bfb3f6518de00a0be22c55f9a
refs/heads/master: c2956a3b0d1c17b38da369811a6ce93eb7a01a04
3 changes: 2 additions & 1 deletion trunk/include/linux/ata.h
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ static inline int is_multi_taskfile(struct ata_taskfile *tf)
return (tf->command == ATA_CMD_READ_MULTI) ||
(tf->command == ATA_CMD_WRITE_MULTI) ||
(tf->command == ATA_CMD_READ_MULTI_EXT) ||
(tf->command == ATA_CMD_WRITE_MULTI_EXT);
(tf->command == ATA_CMD_WRITE_MULTI_EXT) ||
(tf->command == ATA_CMD_WRITE_MULTI_FUA_EXT);
}

static inline int ata_ok(u8 status)
Expand Down

0 comments on commit c84cc40

Please sign in to comment.