projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f93137
)
[PATCH] libata: cosmetic changes to constants
author
Tejun Heo
<htejun@gmail.com>
Sat, 30 Sep 2006 10:44:39 +0000
(19:44 +0900)
committer
Jeff Garzik
<jeff@garzik.org>
Sat, 30 Sep 2006 11:39:23 +0000
(07:39 -0400)
Cosmetic changes to ATA_DFLAG_* constants for soon-to-follow NCQ-off
patch.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
include/linux/libata.h
patch
|
blob
|
history
diff --git
a/include/linux/libata.h
b/include/linux/libata.h
index df44b09fbae8dd17482bddf353e5f947eaa7e9ab..e54a5fd6a41eca76454e1918fb41afd235c7b32e 100644
(file)
--- 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),