PERFORCE change 180163 for review

Rafal Jaworowski raj at FreeBSD.org
Wed Jun 23 20:04:52 UTC 2010


http://p4web.freebsd.org/@@180163?ac=10

Change 180163 by raj at raj_nand on 2010/06/23 20:04:27

	Now, really unlock..

Affected files ...

.. //depot/projects/nand2/sys/dev/nand/nand_cdev.c#3 edit

Differences ...

==== //depot/projects/nand2/sys/dev/nand/nand_cdev.c#3 (text+ko) ====

@@ -210,7 +210,7 @@
 	if (off != 0 || (len % cg->page_size) != 0) {
 		printf("Not aligned write start [0x%08x] size [0x%08x]\n",
 		    off, len);
-		nandbus_lock(nandbus);
+		nandbus_unlock(nandbus);
 		return (EINVAL);
 	}
 


More information about the p4-projects mailing list