diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-05-06 10:31:25 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-05-08 12:04:40 -0400 |
commit | 9c0219f96433b19c2036ffcbab080b0a2696d2ef (patch) | |
tree | 4d06c82da023bae4e16fb2899ed37a60dba6f961 /drivers/input | |
parent | b0ae73b828a76dd759e5232013d7a77cc4b88cac (diff) |
Input: gpio_keys - remove redundant platform_set_drvdata()
Commit 0998d06310 (device-core: Ensure drvdata = NULL when no
driver is bound) removes the need to set driver data field to
NULL.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/keyboard/gpio_keys.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/keyboard/gpio_keys.c b/drivers/input/keyboard/gpio_keys.c index b29ca651a395..440ce32462ba 100644 --- a/drivers/input/keyboard/gpio_keys.c +++ b/drivers/input/keyboard/gpio_keys.c | |||
@@ -767,7 +767,6 @@ static int gpio_keys_probe(struct platform_device *pdev) | |||
767 | while (--i >= 0) | 767 | while (--i >= 0) |
768 | gpio_remove_key(&ddata->data[i]); | 768 | gpio_remove_key(&ddata->data[i]); |
769 | 769 | ||
770 | platform_set_drvdata(pdev, NULL); | ||
771 | fail1: | 770 | fail1: |
772 | input_free_device(input); | 771 | input_free_device(input); |
773 | kfree(ddata); | 772 | kfree(ddata); |