]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blobdiff - recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.7/0010-hwmon-f75375s-Fix-bit-shifting-in-f75375_write16.patch
linux-ti335x-psp 3.2: update to v3.2.11
[glsdk/meta-ti-glsdk.git] / recipes-kernel / linux / linux-ti33x-psp-3.2 / 3.2.7 / 0010-hwmon-f75375s-Fix-bit-shifting-in-f75375_write16.patch
index e4a498c222f5e1bdb798c7a0cca9a09abb06e438..8bdd5e517f325d12d19ed173ca72d088545c0a8a 100644 (file)
@@ -1,4 +1,4 @@
-From 82546bf5ccd28a6c5f0829f43d3d5050065ce4d4 Mon Sep 17 00:00:00 2001
+From c121226b76f327e056431476a41d94d6e19d0d6d Mon Sep 17 00:00:00 2001
 From: Nikolaus Schulz <schulz@macnetix.de>
 Date: Wed, 8 Feb 2012 18:56:10 +0100
 Subject: [PATCH 10/30] hwmon: (f75375s) Fix bit shifting in f75375_write16
@@ -13,7 +13,7 @@ Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 ---
  drivers/hwmon/f75375s.c |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/drivers/hwmon/f75375s.c b/drivers/hwmon/f75375s.c
 index 95cbfb3..dcfd9e1 100644
@@ -29,5 +29,5 @@ index 95cbfb3..dcfd9e1 100644
                return;
        i2c_smbus_write_byte_data(client, reg + 1, (value & 0xFF));
 -- 
-1.7.7.4
+1.7.9.4