Loading drivers/dma/sh/shdma.c +1 −1 Original line number Diff line number Diff line Loading @@ -729,7 +729,7 @@ static int sh_dmae_probe(struct platform_device *pdev) goto eshdma; /* platform data */ shdev->pdata = pdev->dev.platform_data; shdev->pdata = pdata; if (pdata->chcr_offset) shdev->chcr_offset = pdata->chcr_offset; Loading Loading
drivers/dma/sh/shdma.c +1 −1 Original line number Diff line number Diff line Loading @@ -729,7 +729,7 @@ static int sh_dmae_probe(struct platform_device *pdev) goto eshdma; /* platform data */ shdev->pdata = pdev->dev.platform_data; shdev->pdata = pdata; if (pdata->chcr_offset) shdev->chcr_offset = pdata->chcr_offset; Loading