NAND: Fix compilation warning and small coding style issue

Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Stefan Roese 2008-01-05 16:50:32 +01:00 committed by Scott Wood
parent c568f77acd
commit deac913eff
1 changed files with 2 additions and 3 deletions

View File

@ -50,7 +50,6 @@ static int nand_dump(nand_info_t *nand, ulong off, int only_oob)
return 1; return 1;
} }
off &= ~(nand->writesize - 1); off &= ~(nand->writesize - 1);
size_t dummy;
loff_t addr = (loff_t) off; loff_t addr = (loff_t) off;
struct mtd_oob_ops ops; struct mtd_oob_ops ops;
memset(&ops, 0, sizeof(ops)); memset(&ops, 0, sizeof(ops));