Commit 100cf7b
ixgbe: don't initialize aci lock in ixgbe_recovery_probe()
hw->aci.lock is already initialized in ixgbe_sw_init(), so
ixgbe_recovery_probe() doesn't need to initialize the lock. This
function is also not responsible for destroying the lock on failures.
Additionally, change the name of label in accordance with this change.
Fixes: 29cb3b8 ("ixgbe: add E610 implementation of FW recovery mode")
Reported-by: Simon Horman <horms@kernel.org>
Closes: https://lore.kernel.org/intel-wired-lan/aTcFhoH-z2btEKT-@horms.kernel.org/
Signed-off-by: Kohei Enju <enjuk@amazon.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>1 parent 6383447 commit 100cf7b
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11476 | 11476 | | |
11477 | 11477 | | |
11478 | 11478 | | |
11479 | | - | |
11480 | 11479 | | |
11481 | 11480 | | |
11482 | | - | |
| 11481 | + | |
11483 | 11482 | | |
11484 | 11483 | | |
11485 | 11484 | | |
| |||
11502 | 11501 | | |
11503 | 11502 | | |
11504 | 11503 | | |
11505 | | - | |
11506 | | - | |
| 11504 | + | |
11507 | 11505 | | |
11508 | 11506 | | |
11509 | 11507 | | |
| |||
0 commit comments