Re: [PATCH 1/2] dma: at_hdmac: remove unnecessary platform_set_drvdata()

2013-05-27 Thread Vinod Koul
On Mon, May 06, 2013 at 12:53:33PM +0900, Jingoo Han wrote: > The driver core clears the driver data to NULL after device_release > or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d > (device-core: Ensure drvdata = NULL when no driver is bound). > Thus, it is not needed to

Re: [PATCH 1/2] dma: at_hdmac: remove unnecessary platform_set_drvdata()

2013-05-27 Thread Vinod Koul
On Mon, May 06, 2013 at 12:53:33PM +0900, Jingoo Han wrote: The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to

Re: [PATCH 1/2] dma: at_hdmac: remove unnecessary platform_set_drvdata()

2013-05-06 Thread Nicolas Ferre
On 06/05/2013 05:53, Jingoo Han : The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device

Re: [PATCH 1/2] dma: at_hdmac: remove unnecessary platform_set_drvdata()

2013-05-06 Thread Nicolas Ferre
On 06/05/2013 05:53, Jingoo Han : The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device

[PATCH 1/2] dma: at_hdmac: remove unnecessary platform_set_drvdata()

2013-05-05 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (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:

[PATCH 1/2] dma: at_hdmac: remove unnecessary platform_set_drvdata()

2013-05-05 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (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: