projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
035b2f7
)
gpio: max730x: Remove redundant dev_set_drvdata
author
Sachin Kamat
<sachin.kamat@linaro.org>
Sat, 21 Dec 2013 07:25:38 +0000
(12:55 +0530)
committer
Linus Walleij
<linus.walleij@linaro.org>
Thu, 2 Jan 2014 12:54:34 +0000
(13:54 +0100)
Driver core sets it to NULL upon probe failure or release.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-max730x.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-max730x.c
b/drivers/gpio/gpio-max730x.c
index
89226a3
..
8672755
100644
(file)
--- a/
drivers/gpio/gpio-max730x.c
+++ b/
drivers/gpio/gpio-max730x.c
@@
-220,7
+220,6
@@
int __max730x_probe(struct max7301 *ts)
return ret;
exit_destroy:
- dev_set_drvdata(dev, NULL);
mutex_destroy(&ts->lock);
return ret;
}
@@
-234,8
+233,6
@@
int __max730x_remove(struct device *dev)
if (ts == NULL)
return -ENODEV;
- dev_set_drvdata(dev, NULL);
-
/* Power down the chip and disable IRQ output */
ts->write(dev, 0x04, 0x00);