Re: [PATCH v2] dma: mic_x100: add missing spin_unlock

2015-12-05 Thread Vinod Koul
On Mon, Nov 30, 2015 at 09:19:04PM +0530, Saurabh Sengar wrote: > spin lock should be released while returning from function Applying after fixing the subsytem name -- ~Vinod -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.ke

[PATCH v2] dma: mic_x100: add missing spin_unlock

2015-11-30 Thread Saurabh Sengar
spin lock should be released while returning from function Signed-off-by: Saurabh Sengar --- v2: fixed comment from Vinod Koul drivers/dma/mic_x100_dma.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/drivers/dma/mic_x100_dma.c b/drivers/dma/mic_x100_dma.c i