diff --git a/[refs] b/[refs] index 61ab5df1b2db..a1be2fef5f5d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 942dcd85bf8edf38cdc3745306ca250684d99a61 +refs/heads/master: 1a4e4d4d2cceb72be70526a485914abd638c7de1 diff --git a/trunk/include/linux/ide.h b/trunk/include/linux/ide.h index 87b5b5d39539..6e22cd20dd8b 100644 --- a/trunk/include/linux/ide.h +++ b/trunk/include/linux/ide.h @@ -1453,8 +1453,8 @@ extern struct mutex ide_cfg_mtx; extern struct bus_type ide_bus_type; extern struct class *ide_port_class; -/* check if CACHE FLUSH (EXT) command is supported (bits defined in ATA-6) */ -#define ide_id_has_flush_cache(id) ((id)[ATA_ID_CFS_ENABLE_2] & 0x3000) +/* check if CACHE FLUSH command is supported (as defined in ATA-6) */ +#define ide_id_has_flush_cache(id) ((id)[ATA_ID_CFS_ENABLE_2] & 0x1000) /* some Maxtor disks have bit 13 defined incorrectly so check bit 10 too */ #define ide_id_has_flush_cache_ext(id) \