mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
mtd: OneNAND: fix double printing of function name
Signed-off-by: Mika Korhonen <ext-mika.2.korhonen@nokia.com> Reviewed-by: Adrian Hunter <adrian.hunter@nokia.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
parent
72073027ee
commit
f369c7ec94
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user