public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] MTD: OneNAND: Fix typo related with recent commit
@ 2007-10-10  4:48 Kyungmin Park
  2007-10-11  7:21 ` Artem Bityutskiy
  0 siblings, 1 reply; 2+ messages in thread
From: Kyungmin Park @ 2007-10-10  4:48 UTC (permalink / raw)
  To: linux-mtd; +Cc: dwmw2

MTD: OneNAND: Fix typo related with recent commit

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
diff --git a/drivers/mtd/onenand/onenand_base.c b/drivers/mtd/onenand/onenand_base.c
index 85a9719..b2c40f6 100644
--- a/drivers/mtd/onenand/onenand_base.c
+++ b/drivers/mtd/onenand/onenand_base.c
@@ -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;

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-11  7:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-10  4:48 [PATCH] MTD: OneNAND: Fix typo related with recent commit Kyungmin Park
2007-10-11  7:21 ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox