diff --git a/[refs] b/[refs] index 26ebbca6cbb7..54d266983341 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4f931374ecc599f6df7852509b6917abd5377205 +refs/heads/master: e5c9e081e9c980fa785cd9002c25a251cf3f090e diff --git a/trunk/include/linux/libata.h b/trunk/include/linux/libata.h index df44b09fbae8..e54a5fd6a41e 100644 --- a/trunk/include/linux/libata.h +++ b/trunk/include/linux/libata.h @@ -142,8 +142,8 @@ enum { ATA_DFLAG_NCQ = (1 << 3), /* device supports NCQ */ ATA_DFLAG_CFG_MASK = (1 << 8) - 1, - ATA_DFLAG_PIO = (1 << 8), /* device currently in PIO mode */ - ATA_DFLAG_SUSPENDED = (1 << 9), /* device suspended */ + ATA_DFLAG_PIO = (1 << 8), /* device limited to PIO mode */ + ATA_DFLAG_SUSPENDED = (1 << 10), /* device suspended */ ATA_DFLAG_INIT_MASK = (1 << 16) - 1, ATA_DFLAG_DETACH = (1 << 16),