Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107278
b: refs/heads/master
c: 650da9d
h: refs/heads/master
v: v3
  • Loading branch information
akpm@linux-foundation.org authored and David Woodhouse committed Jul 30, 2008
1 parent 47ad558 commit 4655a7e
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: 74216be41a61a809ad17b091068307e3d89f4a2f
refs/heads/master: 650da9d0b7c401619c1df2953e975606b8d5dcbb
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/fsl_elbc_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ static int __devinit fsl_elbc_chip_probe(struct fsl_elbc_ctrl *ctrl,
goto err;
}

priv->mtd.name = kasprintf(GFP_KERNEL, "%x.flash", res.start);
priv->mtd.name = kasprintf(GFP_KERNEL, "%x.flash", (unsigned)res.start);
if (!priv->mtd.name) {
ret = -ENOMEM;
goto err;
Expand Down

0 comments on commit 4655a7e

Please sign in to comment.