From: Guenter Roeck Date: Tue, 11 Sep 2012 15:22:14 +0000 (-0700) Subject: hwmon: (ina2xx) Fix word size register read and write operations X-Git-Tag: v3.6-rc6~13^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=080b98e9ab30734bda2f1b8b33cd55a4c4ef406a;p=pandora-kernel.git hwmon: (ina2xx) Fix word size register read and write operations The driver uses be16_to_cpu and cpu_to_be16 to convert data in SMBus word operations from chip to host byte order. However, the data passed from and to the SMBus word API functions is in host byte order, not in chip byte order. Conversion should therefore use swab16 instead of be16 to change the byte order. Replace driver internal word conversion functions with SMBus API functions to solve the problem. Signed-off-by: Guenter Roeck Cc: stable@vger.kernel.org # 3.5+ Acked-by: Jean Delvare --- Reading git-diff-tree failed