From: Dejin Zheng <[email protected]>
Date: Sun, 3 May 2020 20:32:26 +0800
> A call of the function macb_init() can fail in the function
> fu540_c000_init. The related system resources were not released
> then. use devm_platform_ioremap_resource() to replace ioremap()
> to fix it.
>
> Fixes: c218ad559020ff9 ("macb: Add support for SiFive FU540-C000")
> Cc: Andy Shevchenko <[email protected]>
> Reviewed-by: Yash Shah <[email protected]>
> Suggested-by: Nicolas Ferre <[email protected]>
> Suggested-by: Andy Shevchenko <[email protected]>
> Signed-off-by: Dejin Zheng <[email protected]>
Applied and queued up for -stable, thanks.