[PATCH] libata: rename ATA_FLAG_PORT_DISABLED to ATA_FLAG_DISABLED
[deliverable/linux.git] / include / linux / libata.h
index b7488a31e320e64614fe16399ee745d07396f833..890262f44d0a78728410ed0ffd34ffb3e21e1e60 100644 (file)
@@ -150,7 +150,7 @@ enum {
        ATA_FLAG_DEBUGMSG       = (1 << 17),
        ATA_FLAG_FLUSH_PORT_TASK = (1 << 18), /* flush port task */
 
-       ATA_FLAG_PORT_DISABLED  = (1 << 19), /* port is disabled, ignore it */
+       ATA_FLAG_DISABLED       = (1 << 19), /* port is disabled, ignore it */
        ATA_FLAG_SUSPENDED      = (1 << 20), /* port is suspended */
 
        /* bits 24:31 of ap->flags are reserved for LLDD specific flags */
This page took 0.042851 seconds and 5 git commands to generate.