Skip to content

Commit

Permalink
[MTD] [OneNAND] Fix typo related with recent commit
Browse files Browse the repository at this point in the history
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
Kyungmin Park authored and David Woodhouse committed Oct 13, 2007
1 parent 8fb870d commit 1437085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/onenand/onenand_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1437085

Please sign in to comment.