Re: [PATCH 03/10] dmaengine: ppc4xx: use to_platform_device()

2016-01-06 Thread Vinod Koul
On Sun, Dec 27, 2015 at 09:15:41PM +0800, Geliang Tang wrote: > Use to_platform_device() instead of open-coding it. > Are these patches thru subystems trees or something else. Also either no cover-letter or not enough ppl cc'ed on that! > Signed-off-by: Geliang Tang > --- > drivers/dma/ppc4xx/

[PATCH 03/10] dmaengine: ppc4xx: use to_platform_device()

2015-12-27 Thread Geliang Tang
Use to_platform_device() instead of open-coding it. Signed-off-by: Geliang Tang --- drivers/dma/ppc4xx/adma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/ppc4xx/adma.c b/drivers/dma/ppc4xx/adma.c index 9217f89..039803a 100644 --- a/drivers/dma/ppc4xx/adma.c ++