diff options
Diffstat (limited to 'include/linux/ata.h')
-rw-r--r-- | include/linux/ata.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ata.h b/include/linux/ata.h index 469952366ed4..e7b0c21f6cd4 100644 --- a/include/linux/ata.h +++ b/include/linux/ata.h | |||
@@ -314,7 +314,8 @@ static inline int is_multi_taskfile(struct ata_taskfile *tf) | |||
314 | return (tf->command == ATA_CMD_READ_MULTI) || | 314 | return (tf->command == ATA_CMD_READ_MULTI) || |
315 | (tf->command == ATA_CMD_WRITE_MULTI) || | 315 | (tf->command == ATA_CMD_WRITE_MULTI) || |
316 | (tf->command == ATA_CMD_READ_MULTI_EXT) || | 316 | (tf->command == ATA_CMD_READ_MULTI_EXT) || |
317 | (tf->command == ATA_CMD_WRITE_MULTI_EXT); | 317 | (tf->command == ATA_CMD_WRITE_MULTI_EXT) || |
318 | (tf->command == ATA_CMD_WRITE_MULTI_FUA_EXT); | ||
318 | } | 319 | } |
319 | 320 | ||
320 | static inline int ata_ok(u8 status) | 321 | static inline int ata_ok(u8 status) |