diff options
| -rw-r--r-- | drivers/w1/w1_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/w1/w1_io.c b/drivers/w1/w1_io.c index 282092421cc9..f4bc8c100a01 100644 --- a/drivers/w1/w1_io.c +++ b/drivers/w1/w1_io.c | |||
| @@ -352,7 +352,7 @@ int w1_reset_bus(struct w1_master *dev) | |||
| 352 | w1_delay(70); | 352 | w1_delay(70); |
| 353 | 353 | ||
| 354 | result = dev->bus_master->read_bit(dev->bus_master->data) & 0x1; | 354 | result = dev->bus_master->read_bit(dev->bus_master->data) & 0x1; |
| 355 | /* minmum 70 (above) + 430 = 500 us | 355 | /* minimum 70 (above) + 430 = 500 us |
| 356 | * There aren't any timing requirements between a reset and | 356 | * There aren't any timing requirements between a reset and |
| 357 | * the following transactions. Sleeping is safe here. | 357 | * the following transactions. Sleeping is safe here. |
| 358 | */ | 358 | */ |
