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

Commit 1437085c authored by Kyungmin Park's avatar Kyungmin Park Committed by David Woodhouse
Browse files

[MTD] [OneNAND] Fix typo related with recent commit

parent 8fb870df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2065,7 +2065,7 @@ static int do_otp_write(struct mtd_info *mtd, loff_t to, size_t len,

	ops.len = len;
	ops.ooblen = 0;
	ops.databuf = pbuf;
	ops.datbuf = pbuf;
	ops.oobbuf = NULL;
	ret = onenand_write_ops_nolock(mtd, to, &ops);
	*retlen = ops.retlen;