[PATCH net 1/1] sfc: Ensure down_write(filter_sem) and up_write() are matched before calling efx_net_open()

2015-07-08 Thread Shradha Shah
This patch avoids the double up_write to filter_sem if efx_net_open() fails. Resolves: 2d432f20d27c1813a2746008e16dd6ce12a14dc1 Signed-off-by: Shradha Shah ss...@solarflare.com --- drivers/net/ethernet/sfc/ef10_sriov.c | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-)

Re: [PATCH net 1/1] sfc: Ensure down_write(filter_sem) and up_write() are matched before calling efx_net_open()

2015-07-08 Thread David Miller
From: Shradha Shah ss...@solarflare.com Date: Wed, 8 Jul 2015 10:12:45 +0100 This patch avoids the double up_write to filter_sem if efx_net_open() fails. Resolves: 2d432f20d27c1813a2746008e16dd6ce12a14dc1 Signed-off-by: Shradha Shah ss...@solarflare.com Applied, thanks. -- To unsubscribe