Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332657
b: refs/heads/master
c: 21535ab
h: refs/heads/master
i:
  332655: c3af622
v: v3
  • Loading branch information
Roland Stigge authored and David Woodhouse committed Jul 6, 2012
1 parent f8b77ea commit a77ce8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: df63fe7657d75424f58b41ac079ed8bc4b4676fb
refs/heads/master: 21535ab39a74b5ec074e2d10b132e866472e86f9
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/lpc32xx_slc.c
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ static struct lpc32xx_nand_cfg_slc *lpc32xx_parse_dt(struct device *dev)
}

pdata->use_bbt = of_get_nand_on_flash_bbt(np);
pdata->wp_gpio = of_get_named_gpio_flags(np, "gpios", 0, NULL);
pdata->wp_gpio = of_get_named_gpio(np, "gpios", 0);

return pdata;
}
Expand Down

0 comments on commit a77ce8b

Please sign in to comment.