mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
Input: amikbd - remove redundant platform_set_drvdata()
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 <sachin.kamat@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
7bcbcaa584
commit
d0c082d106
|
|
@ -246,7 +246,6 @@ static int __exit amikbd_remove(struct platform_device *pdev)
|
|||
{
|
||||
struct input_dev *dev = platform_get_drvdata(pdev);
|
||||
|
||||
platform_set_drvdata(pdev, NULL);
|
||||
free_irq(IRQ_AMIGA_CIAA_SP, dev);
|
||||
input_unregister_device(dev);
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user