hwmon: (pwm-fan) Remove duplicate dev_set_drvdata call
authorAxel Lin <axel.lin@ingics.com>
Fri, 25 Jul 2014 03:12:26 +0000 (11:12 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 4 Aug 2014 14:01:40 +0000 (07:01 -0700)
commit4e8e75f6a4c977e2e9caffa3ceab0f7e559cb825
tree5a2ee2a240ae33966f822ea29325c59c2e9230a1
parent55bdee69cda055a5df2e0499a7c8fa1915eaf8d5
hwmon: (pwm-fan) Remove duplicate dev_set_drvdata call

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