Commit fa74326c authored by Guennadi Liakhovetski's avatar Guennadi Liakhovetski Committed by Vinod Koul

DMA: shdma: (cosmetic) don't re-calculate a pointer

Use an existing pointer instead of retrieving it again.
Signed-off-by: default avatarGuennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent f784d9c9
...@@ -729,7 +729,7 @@ static int sh_dmae_probe(struct platform_device *pdev) ...@@ -729,7 +729,7 @@ static int sh_dmae_probe(struct platform_device *pdev)
goto eshdma; goto eshdma;
/* platform data */ /* platform data */
shdev->pdata = pdev->dev.platform_data; shdev->pdata = pdata;
if (pdata->chcr_offset) if (pdata->chcr_offset)
shdev->chcr_offset = pdata->chcr_offset; shdev->chcr_offset = pdata->chcr_offset;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment