* Bug in part_read_fact_prot_reg
@ 2002-12-04 13:18 Stefan Thomasson
0 siblings, 0 replies; only message in thread
From: Stefan Thomasson @ 2002-12-04 13:18 UTC (permalink / raw)
To: Linux MTD
diff -urp mtd/drivers/mtd/mtdpart.c mtd_new/drivers/mtd/mtdpart.c
--- mtd/drivers/mtd/mtdpart.c Mon Oct 21 15:40:05 2002
+++ mtd_new/drivers/mtd/mtdpart.c Wed Dec 4 14:09:33 2002
@@ -113,7 +113,7 @@ static int part_read_fact_prot_reg (stru
size_t *retlen, u_char *buf)
{
struct mtd_part *part = PART(mtd);
- return part->master->read_user_prot_reg (part->master, from,
+ return part->master->read_fact_prot_reg (part->master, from,
len, retlen, buf);
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-12-04 12:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-04 13:18 Bug in part_read_fact_prot_reg Stefan Thomasson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox