[PATCH] w1: fix idle check loop in ds2482
authorBen Gardner <gardner.ben@gmail.com>
Thu, 29 Jun 2006 18:33:22 +0000 (22:33 +0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 12 Jul 2006 22:38:27 +0000 (15:38 -0700)
commitb4786f1893305312d0a3e602de9080b1b932a681
tree6b913ee2159e4bf973109bb2e54fd7201b30c696
parent4e35dea2f26b16735b242ed1ae876157f46f3b23
[PATCH] w1: fix idle check loop in ds2482

The idle check loop has a greater-than where it should have a less-than.
This causes the ds2482 driver to check for the idle condition exactly
once, which causes it to fail on faster machines.

Signed-off-by: Ben Gardner <gardner.ben@gmail.com>
Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/w1/masters/ds2482.c