Re: [PATCH next v2 1/2] dmaengine: bcm-sba-raid: Use dev_get_drvdata()

2019-04-28 Thread Vinod Koul
On 28-04-19, 12:00, Kefeng Wang wrote: > Using dev_get_drvdata directly. > Applied both, thanks -- ~Vinod

[PATCH next v2 1/2] dmaengine: bcm-sba-raid: Use dev_get_drvdata()

2019-04-27 Thread Kefeng Wang
Using dev_get_drvdata directly. Cc: Vinod Koul Cc: dmaeng...@vger.kernel.org Signed-off-by: Kefeng Wang --- drivers/dma/bcm-sba-raid.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/dma/bcm-sba-raid.c b/drivers/dma/bcm-sba-raid.c index 72878ac5c78d..fa81d0177765 1