Re: [PATCH RESEND] dmaengine: drop owner assignment from platform_drivers

2015-01-13 Thread Vinod Koul
On Tue, Jan 13, 2015 at 05:46:48PM +0100, Wolfram Sang wrote: > This platform_driver does not need to set an owner, it will be populated by > the > driver core. > Applied, thanks -- ~Vinod > Signed-off-by: Wolfram Sang > --- > drivers/dma/at_xdmac.c | 1 - > 1 file changed, 1 deletion(-) > >

[PATCH RESEND] dmaengine: drop owner assignment from platform_drivers

2015-01-13 Thread Wolfram Sang
This platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang --- drivers/dma/at_xdmac.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/dma/at_xdmac.c b/drivers/dma/at_xdmac.c index b60d77a22df6..1c4c96b7e2bf 100644 --- a/dri