Re: [PATCH net] ionic: unlock queue mutex in error path

2020-07-30 Thread David Miller
From: Shannon Nelson Date: Wed, 29 Jul 2020 10:52:17 -0700 > On an error return, jump to the unlock at the end to be sure > to unlock the queue_lock mutex. > > Fixes: 0925e9db4dc8 ("ionic: use mutex to protect queue operations") > Reported-by: kernel test robot > Reported-by: Julia Lawall > Si

[PATCH net] ionic: unlock queue mutex in error path

2020-07-29 Thread Shannon Nelson
On an error return, jump to the unlock at the end to be sure to unlock the queue_lock mutex. Fixes: 0925e9db4dc8 ("ionic: use mutex to protect queue operations") Reported-by: kernel test robot Reported-by: Julia Lawall Signed-off-by: Shannon Nelson --- drivers/net/ethernet/pensando/ionic/ionic