commit | f39150720edcc9e6f5d61fd1ed6044eab1e5fa0d | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Tue Jan 27 15:52:13 2015 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Feb 16 09:33:32 2015 +0530 |
tree | 80c9bbd425b3daea48e07dd882651bf84685eb65 | |
parent | b7a4fd53d2f2fe1630ef857429408e6b17031724 [diff] |
dmaengine: rcar-dmac: Fix spinlock issues in interrupt The rcar_dmac_desc_put() function is called in interrupt context and must thus use spin_lock_irqsave() instead of spin_lock_irq(). Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Vinod Koul <vinod.koul@intel.com>