patch-2.4.0-test10 linux/drivers/parport/parport_mfc3.c

Next file: linux/drivers/pci/gen-devlist.c
Previous file: linux/drivers/parport/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/drivers/parport/parport_mfc3.c linux/drivers/parport/parport_mfc3.c
@@ -343,7 +343,6 @@
 		unsigned long piabase = z->resource.start+PIABASE;
 		if (!request_mem_region(piabase, sizeof(struct pia), "PIA"))
 			continue;
-		strcpy(z->name, "MultiFace III MC6821 PIA");
 		pp = (struct pia *)ZTWO_VADDR(piabase);
 		if (pias < MAX_MFC) {
 			pp->crb = 0;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)