]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
W1: ds2490: Increase timeout when waiting for status
authorAlexander Stein <alexanders83@web.de>
Sat, 25 Oct 2014 12:26:13 +0000 (14:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Nov 2014 19:24:01 +0000 (11:24 -0800)
commitd25221525e0e2cfd70e4ec7216549c06609a8bd2
tree2da5d76cf1f6e588e904ac047e6e7f17c499c823
parentbb34cb6bbd287b57e955bc5cfd42fcde6aaca279
W1: ds2490: Increase timeout when waiting for status

Adjust the bulk message timeout to the other ones (1000ms). Otherwise the
following dmesg errors can be seen on a Raspberry Pi:
[   31.492386] Failed to read 1-wire data from 0x81: err=-110.
[   31.504168] 0x81: count=-110, status:
[   31.613404] Failed to read 1-wire data from 0x81: err=-110.
[   31.621915] 0x81: count=-110, status:
[   43.260968] Failed to read 1-wire data from 0x81: err=-110.
[   43.270998] 0x81: count=-110, status:
[   43.379959] Failed to read 1-wire data from 0x81: err=-110.
[   43.388854] 0x81: count=-110, status:

Signed-off-by: Alexander Stein <alexanders83@web.de>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/w1/masters/ds2490.c