From: Dejin Zheng <zhengdej...@gmail.com> 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 <andy.shevche...@gmail.com> > Reviewed-by: Yash Shah <yash.s...@sifive.com> > Suggested-by: Nicolas Ferre <nicolas.fe...@microchip.com> > Suggested-by: Andy Shevchenko <andy.shevche...@gmail.com> > Signed-off-by: Dejin Zheng <zhengdej...@gmail.com> Applied and queued up for -stable, thanks.