Input: omap4-keypad - remove redundant platform_set_drvdata()
authorSachin Kamat <[email protected]>
Mon, 6 May 2013 14:34:41 +0000 (07:34 -0700)
committerDmitry Torokhov <[email protected]>
Wed, 8 May 2013 16:04:50 +0000 (09:04 -0700)
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 <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
drivers/input/keyboard/omap4-keypad.c

index e25b022692cd48d4d1f14f111f54a32adc01e2c8..d715c0d10bf20c8a6a640167f040930c74a7a555 100644 (file)
@@ -425,8 +425,6 @@ static int omap4_keypad_remove(struct platform_device *pdev)
        kfree(keypad_data->keymap);
        kfree(keypad_data);
 
-       platform_set_drvdata(pdev, NULL);
-
        return 0;
 }