openwrt/target/linux/generic/files/drivers/platform/mikrotik
Thibaut VARÈNE 4e385a27d6 generic: platform/mikrotik: release mtd device after use
The code uses get_mtd_device_nm() which must be followed by a call to
put_mtd_device() once the handle is no longer used.

This fixes spurious shutdown console messages such as:
[ 2256.334562] Removing MTD device #7 (soft_config) with use count 1

Reported-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
2021-05-12 10:13:12 +02:00
..
Kconfig generic: routerboot sysfs: add support for soft_config 2020-05-28 11:09:10 +02:00
Makefile generic: routerboot sysfs: add support for soft_config 2020-05-28 11:09:10 +02:00
rb_hardconfig.c generic: platform/mikrotik: release mtd device after use 2021-05-12 10:13:12 +02:00
rb_softconfig.c generic: platform/mikrotik: release mtd device after use 2021-05-12 10:13:12 +02:00
routerboot.c generic: platform/mikrotik: fix routerboot_tag_show_u32s() 2020-07-08 16:07:05 +02:00
routerboot.h generic: routerboot sysfs: move tag_show_u32() 2020-05-28 11:09:10 +02:00