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

2017-09-27 Thread Alan Tull
On Wed, Sep 27, 2017 at 11:43 AM, Vyacheslav V. Yurkov wrote: Hi Vyacheslav, Thanks for the patch, but actually this is on purpose to prevent someone disabling the bridges when a region has hardware running in it. The fpga_bridges_put happens when the device tree overlay is removed in fpga_regi

[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