OSDN Git Service

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)
commit1a59c9c55585e1ec5b352d31b3f8402f196eae94
treea808bbca7b8a56cc3702520c1b7c5132f34e43be
parent5fdc2333e6c3e7ef8b98295024bef27f8edf9202
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: 96ca08c05838 ("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