mtd: nand: remove gotos in `check_create()'
authorBrian Norris <computersforpeace@gmail.com>
Wed, 7 Sep 2011 20:13:35 +0000 (13:13 -0700)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Sun, 11 Sep 2011 14:16:03 +0000 (17:16 +0300)
This is a second step in restructuring `check_create()'. When we don't
rely on goto statements for our main functionality, the code will become
a little easier to manipulate.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>

No differences found