OSDN Git Service

w1: fix for loop exit condition in w1_seq_show()
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 1 Jun 2015 09:55:37 +0000 (12:55 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Jun 2015 23:58:33 +0000 (16:58 -0700)
commita14ef24b07b63669d58c16d836ddbadcce3e7ad0
treea9f2d35e6f48f9d75b02cfe1718666fba98dce17
parentfc368ea1ea00c9418d6f2c25cd4c0869f1a16d5f
w1: fix for loop exit condition in w1_seq_show()

The W1_42_FINISHED_BYTE is 0xFF so the cast means the condition is
never true.

Fixes: d9411e57dc7f ('w1: Add support for DS28EA00 sequence to w1-therm')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/w1/slaves/w1_therm.c