Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 939fd4f0 authored by Shawn Guo's avatar Shawn Guo Committed by Dan Williams
Browse files

dmaengine: imx-sdma: propagate error in sdma_probe() instead of returning 0

parent 6866fd3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1348,7 +1348,7 @@ err_clk:
err_request_region:
err_irq:
	kfree(sdma);
	return 0;
	return ret;
}

static int __exit sdma_remove(struct platform_device *pdev)