[U-Boot-Users] [PATCH] NAND: Coding-style fixes
Scott Wood
scottwood at freescale.com
Mon Aug 4 23:38:07 CEST 2008
On Thu, Jul 31, 2008 at 12:42:43PM +0200, Guennadi Liakhovetski wrote:
> Signed-off-by: Guennadi Liakhovetski <lg at denx.de>
> ---
> drivers/mtd/nand/nand_base.c | 33 +++++++++++++++++----------------
> 1 files changed, 17 insertions(+), 16 deletions(-)
>
> diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
> index 6416d15..49bf51d 100644
> --- a/drivers/mtd/nand/nand_base.c
> +++ b/drivers/mtd/nand/nand_base.c
> @@ -596,7 +596,7 @@ static void nand_command (struct mtd_info *mtd, unsigned command, int column, in
> /*
> * program and erase have their own busy handlers
> * status and sequential in needs no delay
> - */
> + */
> switch (command) {
This is already fixed in u-boot-nand-flash/testing.
-Scott
More information about the U-Boot
mailing list