]> asedeno.scripts.mit.edu Git - linux.git/commit
net: devlink: add couple of missing mutex_destroy() calls
authorJiri Pirko <jiri@mellanox.com>
Sun, 24 Mar 2019 10:14:24 +0000 (11:14 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 24 Mar 2019 18:55:30 +0000 (14:55 -0400)
commit375cf8c6439f44fbb51f9ba4eba6686d73d06229
treec513fae6e3e2c3d9f52d06f499767e2fa8b0c5af
parent956ca8fc5c648b236917a8253c361a04e6f20d93
net: devlink: add couple of missing mutex_destroy() calls

Add missing called to mutex_destroy() for two mutexes used
in devlink code.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/devlink.c