Input: ep93xx_keypad - remove redundant platform_set_drvdata()
[linux-2.6-block.git] / drivers / input / keyboard / ep93xx_keypad.c
index 9857e8fd09871ae279d736254dca89f0cef08c7f..a8d5aacfb98b06b8839671af0d8af443e6abcb64 100644 (file)
@@ -330,7 +330,6 @@ static int ep93xx_keypad_probe(struct platform_device *pdev)
 
 failed_free_irq:
        free_irq(keypad->irq, pdev);
-       platform_set_drvdata(pdev, NULL);
 failed_free_dev:
        input_free_device(input_dev);
 failed_put_clk:
@@ -353,8 +352,6 @@ static int ep93xx_keypad_remove(struct platform_device *pdev)
 
        free_irq(keypad->irq, pdev);
 
-       platform_set_drvdata(pdev, NULL);
-
        if (keypad->enabled)
                clk_disable(keypad->clk);
        clk_put(keypad->clk);