mtd/drivers/mtd/chips cfi_cmdset_0001.c,1.124,1.125
David Woodhouse
dwmw2 at infradead.org
Sun Jun 15 13:08:54 EDT 2003
Update of /home/cvs/mtd/drivers/mtd/chips
In directory phoenix.infradead.org:/tmp/cvs-serv19276
Modified Files:
cfi_cmdset_0001.c
Log Message:
Fix missing spin_unlock in sync.
Index: cfi_cmdset_0001.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/chips/cfi_cmdset_0001.c,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- cfi_cmdset_0001.c 13 Jun 2003 08:45:09 -0000 1.124
+++ cfi_cmdset_0001.c 15 Jun 2003 17:08:51 -0000 1.125
@@ -1435,6 +1435,7 @@
* with the chip now anyway.
*/
}
+ spin_unlock(chip->mutex);
}
/* Unlock the chips again */
More information about the linux-mtd-cvs
mailing list