W1: w1_slave_read_id read bug, use device_attribute
authorDavid Fries <david@fries.net>
Thu, 16 Oct 2008 05:04:50 +0000 (22:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:50 +0000 (11:21 -0700)
commit07e003417b88deac4b887c98f499fc3b01bc8df0
tree2b5ea6b20ec8c456fcb686f13c3607cfcd15e8ff
parenteba3b06da4bd8b79fe6c8ed922a319362c1a40c0
W1: w1_slave_read_id read bug, use device_attribute

Fix bug reading the id sysfs file.  If less than the full 8 bytes were
read, the next read would start at the first byte instead of continuing.
It needed the offset added to memcpy, or the better solution was to
replace it with the device attribute instead of bin attribute.

Signed-off-by: David Fries <david@fries.net>
Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/w1/w1.c