iavf: missing unlocks in iavf_watchdog_task()
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 10 Nov 2021 08:13:50 +0000 (11:13 +0300)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Mon, 13 Dec 2021 17:19:22 +0000 (09:19 -0800)
commitbc2f39a6252ee40d9bfc2743d4437d420aec5f6e
tree7e8d74235c27d6fe7dc65eed14f4ed4d8095304e
parent884d2b845477cd0a18302444dc20fe2d9a01743e
iavf: missing unlocks in iavf_watchdog_task()

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>
drivers/net/ethernet/intel/iavf/iavf_main.c