diff options
author | Dejin Zheng <zhengdejin5@gmail.com> | 2020-05-03 20:32:26 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-05-03 16:01:48 -0700 |
commit | b959c77dac09348955f344104c6a921ebe104753 (patch) | |
tree | fd39090c49ad27404963905bf0c81f1ef9229219 /net/dsa | |
parent | 57c7f2bd758eed867295c81d3527fff4fab1ed74 (diff) | |
download | linux-stable-b959c77dac09348955f344104c6a921ebe104753.tar.gz linux-stable-b959c77dac09348955f344104c6a921ebe104753.tar.bz2 linux-stable-b959c77dac09348955f344104c6a921ebe104753.zip |
net: macb: fix an issue about leak related system resources
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.shevchenko@gmail.com>
Reviewed-by: Yash Shah <yash.shah@sifive.com>
Suggested-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Suggested-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Dejin Zheng <zhengdejin5@gmail.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa')
0 files changed, 0 insertions, 0 deletions