From a14ef24b07b63669d58c16d836ddbadcce3e7ad0 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Mon, 1 Jun 2015 12:55:37 +0300 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed