mtd/drivers/mtd/maps sc520cdp.c,1.20,1.21
Artem Bityuckiy
dedekind at infradead.org
Mon Dec 13 05:27:11 EST 2004
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv22058
Modified Files:
sc520cdp.c
Log Message:
Roll-back: remove wrong cast which hides error instead of fix it.
Index: sc520cdp.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/sc520cdp.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sc520cdp.c 11 Dec 2004 15:41:19 -0000 1.20
+++ sc520cdp.c 13 Dec 2004 10:27:08 -0000 1.21
@@ -223,7 +223,7 @@
sc520cdp_map[i].phys = par_table[i].default_address;
}
}
- iounmap((void *)mmcr);
+ iounmap(mmcr);
}
#endif
More information about the linux-mtd-cvs
mailing list