Input: bfin_rotary - remove redundant platform_set_drvdata()
authorSachin Kamat <[email protected]>
Mon, 6 May 2013 02:34:45 +0000 (19:34 -0700)
committerDmitry Torokhov <[email protected]>
Mon, 6 May 2013 03:13:53 +0000 (20:13 -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/misc/bfin_rotary.c

index a6666e142a91b04719efcc4f7721a66df06cad23..cd139cb17e326dd6a740db877a2b85ef18344963 100644 (file)
@@ -208,7 +208,6 @@ static int bfin_rotary_remove(struct platform_device *pdev)
        peripheral_free_list(per_cnt);
 
        kfree(rotary);
-       platform_set_drvdata(pdev, NULL);
 
        return 0;
 }