Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f369c7ec authored by Mika Korhonen's avatar Mika Korhonen Committed by David Woodhouse
Browse files

mtd: OneNAND: fix double printing of function name

parent 72073027
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
	}