
30 Oct
2012
30 Oct
'12
1:43 a.m.
On 10/29/2012 06:34:46 PM, Kim Phillips wrote:
nand_ecc.c:82:5: warning: symbol 'nand_calculate_ecc' was not declared. Should it be static? nand_ecc.c:155:5: warning: symbol 'nand_correct_data' was not declared. Should it be static? nand_base.c:2854:1: error: directive in argument list nand_base.c:2856:1: error: directive in argument list
Signed-off-by: Kim Phillips kim.phillips@freescale.com
v2: re-worked based upon input from Scott, checkpatch fixes.
drivers/mtd/nand/nand_base.c | 13 +++++++------ drivers/mtd/nand/nand_ecc.c | 1 + 2 files changed, 8 insertions(+), 6 deletions(-)
Acked-by: Scott Wood scottwood@freescale.com
-Scott