]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/input/keyboard/samsung-keypad.c
Merge branch 'next' into for-linus
[karo-tx-linux.git] / drivers / input / keyboard / samsung-keypad.c
index 03bdad771d2d6aa290a0dcc7982bdd4c57da79a4..ac43a486c77536c6267aa33f766b104d698784d7 100644 (file)
@@ -439,7 +439,6 @@ static int samsung_keypad_probe(struct platform_device *pdev)
 err_disable_runtime_pm:
        pm_runtime_disable(&pdev->dev);
        device_init_wakeup(&pdev->dev, 0);
-       platform_set_drvdata(pdev, NULL);
 err_unprepare_clk:
        clk_unprepare(keypad->clk);
        return error;
@@ -451,7 +450,6 @@ static int samsung_keypad_remove(struct platform_device *pdev)
 
        pm_runtime_disable(&pdev->dev);
        device_init_wakeup(&pdev->dev, 0);
-       platform_set_drvdata(pdev, NULL);
 
        input_unregister_device(keypad->input_dev);