mtd/drivers/mtd/nand nand.c,1.44,1.45

David Woodhouse dwmw2 at infradead.org
Tue May 20 17:01:33 EDT 2003


Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv9604

Modified Files:
	nand.c 
Log Message:
set owner explicitly. No set_module_owner

Index: nand.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/nand.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- nand.c	14 May 2003 22:26:32 -0000	1.44
+++ nand.c	20 May 2003 21:01:30 -0000	1.45
@@ -1370,7 +1370,7 @@
 	mtd->unlock = NULL;
 	mtd->suspend = NULL;
 	mtd->resume = NULL;
-	set_module_owner(mtd);
+	mtd->owner = THIS_MODULE;
 
 	/* Return happy */
 	return 0;




More information about the linux-mtd-cvs mailing list