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:
Родитель
7bcbcaa584
Коммит
d0c082d106
|
@ -246,7 +246,6 @@ static int __exit amikbd_remove(struct platform_device *pdev)
|
||||||
{
|
{
|
||||||
struct input_dev *dev = platform_get_drvdata(pdev);
|
struct input_dev *dev = platform_get_drvdata(pdev);
|
||||||
|
|
||||||
platform_set_drvdata(pdev, NULL);
|
|
||||||
free_irq(IRQ_AMIGA_CIAA_SP, dev);
|
free_irq(IRQ_AMIGA_CIAA_SP, dev);
|
||||||
input_unregister_device(dev);
|
input_unregister_device(dev);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче