diff --git a/[refs] b/[refs] index 85676309ae2a..ff3224c081fa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6866fd3b7289a283741752b73e0e09f410b7639d +refs/heads/master: 939fd4f077269dd863cd630a3b3195a20acf7d02 diff --git a/trunk/drivers/dma/imx-sdma.c b/trunk/drivers/dma/imx-sdma.c index 75df8b937413..1dbaf61eea2d 100644 --- a/trunk/drivers/dma/imx-sdma.c +++ b/trunk/drivers/dma/imx-sdma.c @@ -1348,7 +1348,7 @@ static int __init sdma_probe(struct platform_device *pdev) err_request_region: err_irq: kfree(sdma); - return 0; + return ret; } static int __exit sdma_remove(struct platform_device *pdev)