projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55bdee6
)
hwmon: (pwm-fan) Remove duplicate dev_set_drvdata call
author
Axel Lin
<axel.lin@ingics.com>
Fri, 25 Jul 2014 03:12:26 +0000
(11:12 +0800)
committer
Guenter Roeck
<linux@roeck-us.net>
Mon, 4 Aug 2014 14:01:40 +0000
(07:01 -0700)
The dev_set_drvdata() call is equivalent to the platform_set_drvdata() call in
next line.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/pwm-fan.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/pwm-fan.c
b/drivers/hwmon/pwm-fan.c
index af30dd63de6a7c4db41884d8f81ad6c33e69e4df..823c877a1ec0952ce5fab7a465c79826f3442764 100644
(file)
--- a/
drivers/hwmon/pwm-fan.c
+++ b/
drivers/hwmon/pwm-fan.c
@@
-110,7
+110,6
@@
static int pwm_fan_probe(struct platform_device *pdev)
return PTR_ERR(ctx->pwm);
}
- dev_set_drvdata(&pdev->dev, ctx);
platform_set_drvdata(pdev, ctx);
/* Set duty cycle to maximum allowed */