The patch titled
arm ssp: unlock when ssp tries to close an invalid port
has been removed from the -mm tree. Its filename was
unlock-when-ssp-tries-to-close-an-invalid-port.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: arm ssp: unlock when ssp tries to close an invalid port
From: Roel Kluin <[EMAIL PROTECTED]>
Signed-off-by: Roel Kluin <[EMAIL PROTECTED]>
Cc: Russell King <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
arch/arm/mach-pxa/ssp.c | 1 +
1 file changed, 1 insertion(+)
diff -puN
arch/arm/mach-pxa/ssp.c~unlock-when-ssp-tries-to-close-an-invalid-port
arch/arm/mach-pxa/ssp.c
--- a/arch/arm/mach-pxa/ssp.c~unlock-when-ssp-tries-to-close-an-invalid-port
+++ a/arch/arm/mach-pxa/ssp.c
@@ -309,6 +309,7 @@ void ssp_exit(struct ssp_dev *dev)
if (dev->port > PXA_SSP_PORTS || dev->port == 0) {
printk(KERN_WARNING "SSP: tried to close invalid port\n");
+ mutex_unlock(&mutex);
return;
}
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
git-arm.patch
git-powerpc.patch
git-dvb.patch
git-mips.patch
git-netdev-all.patch
m68k-balance-ioremap-and-iounmap-in-m68k-atari-hades-pcic.patch
sound-oss-tridentc-fix-incorrect-test-in-trident_ac97_set.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html