From: Tejun Heo Date: Sat, 30 Sep 2006 10:44:39 +0000 (+0900) Subject: [PATCH] libata: cosmetic changes to constants X-Git-Tag: v2.6.19-rc1~39^2~3 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=e5c9e081e9c980fa785cd9002c25a251cf3f090e;p=powerpc.git [PATCH] libata: cosmetic changes to constants Cosmetic changes to ATA_DFLAG_* constants for soon-to-follow NCQ-off patch. Signed-off-by: Jeff Garzik --- diff --git a/include/linux/libata.h b/include/linux/libata.h index df44b09fba..e54a5fd6a4 100644 --- a/include/linux/libata.h +++ b/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),