[U-Boot] [PATCH v2 1/2] nand: nand torture: follow sync with linux	v4.6
    Max Krummenacher 
    max.oss.09 at gmail.com
       
    Tue Jun  7 13:46:19 CEST 2016
    
    
  
follow parameter name change (nand to mtd) to fix compiler error.
Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
---
Changes in v2:
- Patch v1 1/1 went into master, but Scott's patch series syncing
  with kernel v4.6 introduced an additional compile time error.
 drivers/mtd/nand/nand_util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mtd/nand/nand_util.c b/drivers/mtd/nand/nand_util.c
index 5bba66a..e8bcc34 100644
--- a/drivers/mtd/nand/nand_util.c
+++ b/drivers/mtd/nand/nand_util.c
@@ -820,7 +820,7 @@ int nand_torture(struct mtd_info *mtd, loff_t offset)
 {
 	u_char patterns[] = {0xa5, 0x5a, 0x00};
 	struct erase_info instr = {
-		.mtd = nand,
+		.mtd = mtd,
 		.addr = offset,
 		.len = mtd->erasesize,
 	};
-- 
2.5.5
    
    
More information about the U-Boot
mailing list