mtd: nand_bbt: unify/fix error handling in nand_scan_bbt()
authorBrian Norris <computersforpeace@gmail.com>
Sat, 28 Feb 2015 10:13:12 +0000 (02:13 -0800)
committerBrian Norris <computersforpeace@gmail.com>
Thu, 7 May 2015 03:02:36 +0000 (20:02 -0700)
commit83c59542d0af36d6331e11869cd3d8197dec1551
tree6e7f573e686ed4233c1944ef4330bae69edb8088
parent17799359e7b3fa6ef4f2bf926cd6821cf7903ecf
mtd: nand_bbt: unify/fix error handling in nand_scan_bbt()

Don't leak this->bbt, and return early if check_create() fails. It helps
to have a single error path to avoid these problems.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/nand_bbt.c