commit | 53504a278900939e197d8c35164c27ffee861691 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Mon Jul 12 18:17:40 2010 -0500 |
committer | Scott Wood <scottwood@freescale.com> | Mon Jul 12 18:17:40 2010 -0500 |
tree | 1a74f10e2e65f279668b7db8ea064d2c425e9a7c | |
parent | c9f7351b5bb70d292f6b0baaf0e21366e0b0b163 [diff] |
NAND: formatting cleanups from env.oob support Change if (ok) { bunch of stuff } else { error } to if (error) { get out } proceed with bunch of stuff Plus a few whitespace cleanups. Signed-off-by: Scott Wood <scottwood@freescale.com>