commit | f02b2320b27c16b644691267ee3b5c110846f49e | [log] [tgz] |
---|---|---|
author | Gao Feng <gfree.wind@vip.163.com> | Tue Oct 31 18:25:37 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 01 21:21:02 2017 +0900 |
tree | ecffec7153178017a19e256aa970e7827fc1ebca | |
parent | 687d4f2bea322077cc70be0555ad2a1cd48b812a [diff] |
ppp: Destroy the mutex when cleanup The mutex_destroy only makes sense when enable DEBUG_MUTEX. For the good readbility, it's better to invoke it in exit func when the init func invokes mutex_init. Signed-off-by: Gao Feng <gfree.wind@vip.163.com> Acked-by: Guillaume Nault <g.nault@alphalink.fr> Signed-off-by: David S. Miller <davem@davemloft.net>