]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1cc993a64b84256fecf52df770271507543c1e8e
tree6e7f573e686ed4233c1944ef4330bae69edb8088
parentd35932e377ebabf12c5e281176442ce6a4f2493f
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