mirror of https://github.com/torvalds/linux.git
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:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| macb.h | ||
| macb_main.c | ||
| macb_pci.c | ||
| macb_ptp.c | ||