iavf: missing unlocks in iavf_watchdog_task()
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 10 Nov 2021 08:13:50 +0000 (11:13 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Mar 2022 18:12:53 +0000 (19:12 +0100)
commit7626ab3a3897128211153e277e7985610e314672
tree45087e8e173219cea3865029c7126084aa74cd15
parentd784113217f95df777e32847d0f206d25325b334
iavf: missing unlocks in iavf_watchdog_task()

commit bc2f39a6252ee40d9bfc2743d4437d420aec5f6e upstream.

This code was re-organized and there some unlocks missing now.

Fixes: 898ef1cb1cb2 ("iavf: Combine init and watchdog state machines")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Tested-by: Konrad Jankowski <konrad0.jankowski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/intel/iavf/iavf_main.c