[PATCH] [MTD] [NAND] nand_ecc.c: adding support for 512 byte ecc

Artem Bityutskiy dedekind at infradead.org
Fri Aug 22 02:07:03 EDT 2008


On Fri, 2008-08-22 at 11:09 +0530, Singh, Vimal wrote:
> +       rp16 = 0;
> +       rp17 = 0; /* to make cmpiler happy */
Please, use

uint32_t uninitialized_var(rp17);

to avoid unnecessary initialization to 0 and avoid gcc warning as well.

-- 
Best regards,
Artem Bityutskiy (Битюцкий Артём)




More information about the linux-mtd mailing list