]> git.baikalelectronics.ru Git - kernel.git/commit
net: mscc: ocelot: fix missing unlock on error in ocelot_hwstamp_set()
authorWei Yongjun <weiyongjun1@huawei.com>
Mon, 29 Nov 2021 15:16:52 +0000 (15:16 +0000)
committerJakub Kicinski <kuba@kernel.org>
Tue, 30 Nov 2021 04:20:34 +0000 (20:20 -0800)
commit9869139dd337a8082d31036f66e52715400290fb
treea808bbca7b8a56cc3702520c1b7c5132f34e43be
parent9b176aea146b357eaa3f0049233c34b28f13583c
net: mscc: ocelot: fix missing unlock on error in ocelot_hwstamp_set()

Add the missing mutex_unlock before return from function
ocelot_hwstamp_set() in the ocelot_setup_ptp_traps() error
handling case.

Fixes: 53d36c1d30aa ("net: mscc: ocelot: set up traps for PTP packets")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Link: https://lore.kernel.org/r/20211129151652.1165433-1-weiyongjun1@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mscc/ocelot.c