diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 02c4c642e6a5..90d53c99fe92 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -509,7 +509,7 @@ struct ide_drive_s { | |||
509 | unsigned sleeping : 1; /* 1=sleeping & sleep field valid */ | 509 | unsigned sleeping : 1; /* 1=sleeping & sleep field valid */ |
510 | unsigned post_reset : 1; | 510 | unsigned post_reset : 1; |
511 | unsigned udma33_warned : 1; | 511 | unsigned udma33_warned : 1; |
512 | unsigned addressing : 2; /* 0=28-bit, 1=48-bit, 2=48-bit doing 28-bit */ | 512 | unsigned addressing : 1; /* 0=28-bit, 1=48-bit */ |
513 | unsigned wcache : 1; /* status of write cache */ | 513 | unsigned wcache : 1; /* status of write cache */ |
514 | unsigned nowerr : 1; /* used for ignoring ATA_DF */ | 514 | unsigned nowerr : 1; /* used for ignoring ATA_DF */ |
515 | 515 | ||