Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231689
b: refs/heads/master
c: 2ebf062
h: refs/heads/master
i:
  231687: f573303
v: v3
  • Loading branch information
Fabio Estevam authored and David Woodhouse committed Dec 3, 2010
1 parent 91dab79 commit 2454b71
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: eeda667a29698b9a4d16dce8979afc6f512f3c42
refs/heads/master: 2ebf0622cdc5d2b51f22b68a0983d90df8a976c8
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/mxc_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ static int __init mxcnd_probe(struct platform_device *pdev)
struct mxc_nand_platform_data *pdata = pdev->dev.platform_data;
struct mxc_nand_host *host;
struct resource *res;
int err = 0, nr_parts = 0;
int err = 0, __maybe_unused nr_parts = 0;
struct nand_ecclayout *oob_smallpage, *oob_largepage;

/* Allocate memory for MTD device structure and private data */
Expand Down

0 comments on commit 2454b71

Please sign in to comment.