diff options
Diffstat (limited to 'drivers/input/keyboard/gpio_keys.c')
-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); |