Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176934
b: refs/heads/master
c: f369c7e
h: refs/heads/master
v: v3
  • Loading branch information
Mika Korhonen authored and David Woodhouse committed Nov 30, 2009
1 parent 6d238b2 commit e339df3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 72073027ee95d059eb5a064da4a978efab36d4ab
refs/heads/master: f369c7ec94da63fc68cf7fa43516414888865c14
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/onenand/onenand_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -3698,8 +3698,8 @@ int flexonenand_set_boundary(struct mtd_info *mtd, int die,
this->command(mtd, ONENAND_CMD_ERASE, addr, 0);
ret = this->wait(mtd, FL_ERASING);
if (ret) {
printk(KERN_ERR "%s: flexonenand_set_boundary: "
"Failed PI erase for Die %d\n", __func__, die);
printk(KERN_ERR "%s: Failed PI erase for Die %d\n",
__func__, die);
goto out;
}

Expand Down

0 comments on commit e339df3

Please sign in to comment.