diff options
Diffstat (limited to 'drivers/w1/w1.h')
-rw-r--r-- | drivers/w1/w1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/w1/w1.h b/drivers/w1/w1.h index 56980505e6c4..02e8caddfb36 100644 --- a/drivers/w1/w1.h +++ b/drivers/w1/w1.h | |||
@@ -60,7 +60,7 @@ struct w1_reg_num | |||
60 | #define W1_READ_PSUPPLY 0xB4 | 60 | #define W1_READ_PSUPPLY 0xB4 |
61 | #define W1_MATCH_ROM 0x55 | 61 | #define W1_MATCH_ROM 0x55 |
62 | 62 | ||
63 | #define W1_SLAVE_ACTIVE (1<<0) | 63 | #define W1_SLAVE_ACTIVE 0 |
64 | 64 | ||
65 | struct w1_slave | 65 | struct w1_slave |
66 | { | 66 | { |