commit | 7fe83ad877321f44c8141b8334bd2f6614deb739 | [log] [tgz] |
---|---|---|
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | Thu Jan 05 19:50:18 2012 +0100 |
committer | Guenter Roeck <guenter.roeck@ericsson.com> | Sun Mar 18 18:26:29 2012 -0700 |
tree | db3f22563dd76bf600c171bdd4bb2730b699b101 | |
parent | a6bee4a5571d24b9ba7c98f6becc7c45312a537d [diff] [blame] |
hwmon: remove () used with return fix checkpatch ERROR: return is not a function, parentheses are not required Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
diff --git a/drivers/hwmon/w83l786ng.c b/drivers/hwmon/w83l786ng.c index 063bd95..baa5f0b 100644 --- a/drivers/hwmon/w83l786ng.c +++ b/drivers/hwmon/w83l786ng.c
@@ -116,7 +116,7 @@ break; val >>= 1; } - return ((u8) i); + return (u8)i; } struct w83l786ng_data {