Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
alx: fix a double unlock in alx_probe()
We're not holding the lock at this point so "goto unlock;" should be "goto unmap;" Fixes: 4a5fe57 ("alx: use fine-grained locking instead of RTNL") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information