commit | 2a4d75bfe41232608f5596a6d1369f92ccb20817 | [log] [tgz] |
---|---|---|
author | Miroslav Lichvar <mlichvar@redhat.com> | Tue Jan 11 16:10:53 2022 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 12 14:16:15 2022 +0000 |
tree | 529a98fbe5568ff77c801492ecb35e58b1d6731e | |
parent | 3486eb774f9d6c2cafcfed31936c9a9b7adf8f05 [diff] |
net: fix sock_timestamping_bind_phc() to release device Don't forget to release the device in sock_timestamping_bind_phc() after it was used to get the vclock indices. Fixes: d463126e23f1 ("net: sock: extend SO_TIMESTAMPING for PHC binding") Signed-off-by: Miroslav Lichvar <mlichvar@redhat.com> Cc: Yangbo Lu <yangbo.lu@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>