Re: [PATCH 1/2] clocksource: sh_tmu: remove unnecessary platform_set_drvdata()

2013-12-04 Thread Daniel Lezcano
On 12/03/2013 07:50 AM, Jingoo Han wrote: The driver core clears the driver data to NULL after device_release or on probe failure. Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingoo Han Acked-by: Simon Horman --- Applied to my tree for 3.14. --

[PATCH 1/2] clocksource: sh_tmu: remove unnecessary platform_set_drvdata()

2013-12-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure. Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingoo Han Acked-by: Simon Horman --- drivers/clocksource/sh_tmu.c |1 - 1 file changed, 1 deletion(-) diff --git

Re: [PATCH 1/2] clocksource: sh_tmu: remove unnecessary platform_set_drvdata()

2013-08-21 Thread Simon Horman
On Wed, Aug 21, 2013 at 06:21:29PM +0900, Jingoo Han wrote: > The driver core clears the driver data to NULL after device_release > or on probe failure. Thus, it is not needed to manually clear the > device driver data to NULL. > > Signed-off-by: Jingoo Han No objections for this and the followi

[PATCH 1/2] clocksource: sh_tmu: remove unnecessary platform_set_drvdata()

2013-08-21 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure. Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingoo Han --- drivers/clocksource/sh_tmu.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clocksource/s