pds_core: fix mutex double unlock in error path
authorShannon Nelson <shannon.nelson@amd.com>
Thu, 4 May 2023 20:44:59 +0000 (13:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 5 May 2023 09:02:47 +0000 (10:02 +0100)
commit1e76f42779d6a2e45107b34d79d86a57b8077630
tree28ad9baabfcdf71176d73a52793650967cb4bcdf
parent1a304495082e7e73a96b9facac1eb93b6b0498a4
pds_core: fix mutex double unlock in error path

Fix a double unlock in an error handling path by unlocking as soon as
the error is seen and removing unlocks in the error cleanup path.

Link: https://lore.kernel.org/kernel-janitors/209a09f6-5ec6-40c7-a5ec-6260d8f54d25@kili.mountain/
Fixes: 523847df1b37 ("pds_core: add devcmd device interfaces")
Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amd/pds_core/main.c