Re: [PATCH] iwlwifi: pcie: missing unlock on error path

2017-04-21 Thread Kalle Valo
Dan Carpenter writes: > We should unlock before returning. > > Fixes: eda50cde58de ("iwlwifi: pcie: add context information support") > Signed-off-by: Dan Carpenter > > diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/trans-gen2.c >

Re: [PATCH] iwlwifi: pcie: missing unlock on error path

2017-04-21 Thread Coelho, Luciano
Hi Dan On Fri, 2017-04-21 at 13:39 +0300, Dan Carpenter wrote: > We should unlock before returning. > > Fixes: eda50cde58de ("iwlwifi: pcie: add context information support") > Signed-off-by: Dan Carpenter > > diff --git

[PATCH] iwlwifi: pcie: missing unlock on error path

2017-04-21 Thread Dan Carpenter
We should unlock before returning. Fixes: eda50cde58de ("iwlwifi: pcie: add context information support") Signed-off-by: Dan Carpenter diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/trans-gen2.c b/drivers/net/wireless/intel/iwlwifi/pcie/trans-gen2.c index