projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d65b4e9
)
hwmon: (w83627ehf) Remove duplicate code
author
Guenter Roeck
<guenter.roeck@ericsson.com>
Tue, 7 Feb 2012 09:46:42 +0000
(
01:46
-0800)
committer
Guenter Roeck
<guenter.roeck@ericsson.com>
Thu, 9 Feb 2012 04:47:32 +0000
(20:47 -0800)
Commit
ec3e5a16446fef1891611fe3bdfa5954d1ddf5e4
slipped in some duplicate code.
Remove it.
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Acked-by: Jean Delvare <khali@linux-fr.org>
drivers/hwmon/w83627ehf.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/w83627ehf.c
b/drivers/hwmon/w83627ehf.c
index 4d383e7e051dee53d7411049b23ab1ad5ee32589..5276d1933dbcad8ee3acf29fb5d0f2f3e17b7d4d 100644
(file)
--- a/
drivers/hwmon/w83627ehf.c
+++ b/
drivers/hwmon/w83627ehf.c
@@
-2349,11
+2349,6
@@
static int __devinit w83627ehf_probe(struct platform_device *pdev)
/* Read fan clock dividers immediately */
w83627ehf_update_fan_div_common(dev, data);
- /* Read pwm data to save original values */
- w83627ehf_update_pwm_common(dev, data);
- for (i = 0; i < data->pwm_num; i++)
- data->pwm_enable_orig[i] = data->pwm_enable[i];
-
/* Read pwm data to save original values */
w83627ehf_update_pwm_common(dev, data);
for (i = 0; i < data->pwm_num; i++)