From 64a5e57bb910e67d67f90709c7225a2d1b6418f8 Mon Sep 17 00:00:00 2001 From: Denis Efremov Date: Mon, 11 Feb 2013 19:04:06 +0400 Subject: [PATCH] --- yaml --- r: 353475 b: refs/heads/master c: f49a59c4471d81a233e09dda45187cc44fda009d h: refs/heads/master i: 353473: c349739e25fa551843b8163581b63b3ab9eee2d9 353471: cb8f75778e2c9f8d01ec853d8450c995ff12b592 v: v3 --- [refs] | 2 +- trunk/sound/pci/rme32.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 47403be8c677..e218f8f82a8f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 17ac8e5c6d3478dcfeb75ed5716ca7e5cee612f0 +refs/heads/master: f49a59c4471d81a233e09dda45187cc44fda009d diff --git a/trunk/sound/pci/rme32.c b/trunk/sound/pci/rme32.c index 2450663e1a18..0ecd4100713e 100644 --- a/trunk/sound/pci/rme32.c +++ b/trunk/sound/pci/rme32.c @@ -1017,7 +1017,7 @@ static int snd_rme32_capture_close(struct snd_pcm_substream *substream) spin_lock_irq(&rme32->lock); rme32->capture_substream = NULL; rme32->capture_periodsize = 0; - spin_unlock(&rme32->lock); + spin_unlock_irq(&rme32->lock); return 0; }