rtc: rtc-vr41xx: remove unnecessary platform_set_drvdata()
authorJingoo Han <[email protected]>
Wed, 3 Jul 2013 22:06:39 +0000 (15:06 -0700)
committerLinus Torvalds <[email protected]>
Wed, 3 Jul 2013 23:07:52 +0000 (16:07 -0700)
The driver core clears the driver data to NULL after device_release or
on probe failure, since commit 0998d063100 ("device-core: Ensure drvdata
= NULL when no driver is bound").  Thus, it is not needed to manually
clear the device driver data to NULL.

Signed-off-by: Jingoo Han <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/rtc/rtc-vr41xx.c

index b940c237490464cab5927d5fab5a1a89944c718b..3b5b4fa9a6e9a2f13fce5f0938c5517f32e3f886 100644 (file)
@@ -381,8 +381,6 @@ static int rtc_remove(struct platform_device *pdev)
        if (rtc)
                rtc_device_unregister(rtc);
 
-       platform_set_drvdata(pdev, NULL);
-
        free_irq(aie_irq, pdev);
        free_irq(pie_irq, pdev);
        if (rtc1_base)