]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
hwmon: applesmc: specified number of bytes to read should match actual
authorHenrik Rydberg <rydberg@euromail.se>
Sun, 19 Oct 2008 03:27:35 +0000 (20:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Oct 2008 15:52:35 +0000 (08:52 -0700)
commit05224091af06177c0ce7c1fae1f498455b47a6be
treea8d4589faf5a42f4f0a42f055953a74fabdf4f43
parent865c295360f61c2f3634fb1387b4468fdc8287da
hwmon: applesmc: specified number of bytes to read should match actual

At one single place in the code, the specified number of bytes to read and
the actual number of bytes read differ by one.  This one-liner patch fixes
that inconsistency.

Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Cc: Nicolas Boichat <nicolas@boichat.ch>
Cc: Riki Oktarianto <rkoktarianto@gmail.com>
Cc: Mark M. Hoffman <mhoffman@lightlink.com>
Cc: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/hwmon/applesmc.c