mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-23 04:52:10 -05:00
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>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| rb_hardconfig.c | ||
| rb_softconfig.c | ||
| routerboot.c | ||
| routerboot.h | ||