mtd/drivers/mtd/maps sc520cdp.c,1.19,1.20
Artem Bityuckiy
dedekind at infradead.org
Sat Dec 11 10:41:22 EST 2004
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv28012/drivers/mtd/maps
Modified Files:
sc520cdp.c
Log Message:
Cast type to prevent warning.
Index: sc520cdp.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/sc520cdp.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sc520cdp.c 28 Nov 2004 09:40:40 -0000 1.19
+++ sc520cdp.c 11 Dec 2004 15:41:19 -0000 1.20
@@ -223,7 +223,7 @@
sc520cdp_map[i].phys = par_table[i].default_address;
}
}
- iounmap(mmcr);
+ iounmap((void *)mmcr);
}
#endif
More information about the linux-mtd-cvs
mailing list