Re: [PATCH RESEND] dma: sh: remove unnecessary platform_set_drvdata()

2013-08-26 Thread Vinod Koul
On Mon, Aug 26, 2013 at 09:32:05AM +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. Applied, thanks ~Vinod -- To unsubscribe from this list: send the

Re: [PATCH RESEND] dma: sh: remove unnecessary platform_set_drvdata()

2013-08-26 Thread Vinod Koul
On Mon, Aug 26, 2013 at 09:32:05AM +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. Applied, thanks ~Vinod -- To unsubscribe from this list: send the line

[PATCH RESEND] dma: sh: remove unnecessary platform_set_drvdata()

2013-08-25 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/dma/sh/shdmac.c |3 --- drivers/dma/sh/sudmac.c |2 -- 2 files

[PATCH RESEND] dma: sh: remove unnecessary platform_set_drvdata()

2013-08-25 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 jg1@samsung.com Acked-by: Simon Horman horms+rene...@verge.net.au --- drivers/dma/sh/shdmac.c |3 ---