[PATCH] [RESEND] drivers/base dmam_declare_coherent_memory leaks

2016-06-14 Thread Vyacheslav V. Yurkov
dmam_declare_coherent_memory doesn't take into account the return value of dma_declare_coherent_memory, which leads to incorrect resource handling Signed-off-by: Vyacheslav V. Yurkov --- drivers/base/dma-mapping.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --

[PATCH] Fixed status entry in m_can documentation

2016-12-22 Thread Vyacheslav V. Yurkov
Use valid value for 'enabled' in status field Signed-off-by: Vyacheslav V. Yurkov --- Documentation/devicetree/bindings/net/can/m_can.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/net/can/m_can.txt b/Documentation/devicetre

[PATCH 1/1] fpga: region: release bridges in successful path

2017-09-27 Thread Vyacheslav V. Yurkov
From: Vyacheslav Yurkov In case of successful FPGA reconfiguration bridges mutexes are not unlocked properly. Signed-off-by: Vyacheslav Yurkov --- drivers/fpga/fpga-region.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/fpga/fpga-region.c b/drivers/fpga/fpga-region.c index d9ab7c