linux/drivers/mtd/onenand
Dan Carpenter c3cb77f898 mtd: silence some uninitialized variable warnings
The "tmp_retlen" variable can be uninitialized if action() fails.  It's
harmless except for the static checker warning.  I have moved the error
handling earlier to fix it.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
2016-07-09 18:14:39 -07:00
..
Kconfig
Makefile
generic.c
omap2.c
onenand_base.c mtd: silence some uninitialized variable warnings 2016-07-09 18:14:39 -07:00
onenand_bbt.c
samsung.c
samsung.h