linux/drivers/mtd/ubi
Pan Bian e542087701 ubi: Do not drop UBI device reference before using
The UBI device reference is dropped but then the device is used as a
parameter of ubi_err. The bug is introduced in changing ubi_err's
behavior. The old ubi_err does not require a UBI device as its first
parameter, but the new one does.

Fixes: 3260870331 ("UBI: Extend UBI layer debug/messaging capabilities")
Signed-off-by: Pan Bian <bianpan2016@163.com>
Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
2018-12-13 22:09:44 +01:00
..
Kconfig
Makefile
attach.c ubi: Mark expected switch fall-throughs 2018-10-23 13:46:48 +02:00
block.c
build.c ubi: Put MTD device after it is not used 2018-12-13 22:09:32 +01:00
cdev.c ubi: expose the volume CRC check skip flag 2018-08-15 00:25:21 +02:00
debug.c
debug.h
eba.c treewide: kmalloc() -> kmalloc_array() 2018-06-12 16:19:22 -07:00
fastmap-wl.c
fastmap.c ubi: fastmap: Check each mapping only once 2018-06-07 15:53:16 +02:00
gluebi.c
io.c
kapi.c ubi: Do not drop UBI device reference before using 2018-12-13 22:09:44 +01:00
misc.c
ubi-media.h ubi: provide a way to skip CRC checks 2018-08-15 00:25:20 +02:00
ubi.h ubi: provide a way to skip CRC checks 2018-08-15 00:25:20 +02:00
upd.c
vmt.c ubi: expose the volume CRC check skip flag 2018-08-15 00:25:21 +02:00
vtbl.c ubi: provide a way to skip CRC checks 2018-08-15 00:25:20 +02:00
wl.c treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
wl.h