commit | d12f23fa5142594796a0498d11b5f21463060dac | [log] [tgz] |
---|---|---|
author | Jonathan Lemon <jonathan.lemon@gmail.com> | Thu Aug 05 12:52:43 2021 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 06 10:41:27 2021 +0100 |
tree | 1b0bb70789aca4c8a7df7686401ad69c2f2bbbd4 | |
parent | 596690e9f4fc8f062a3f52b42071086721fd76fe [diff] |
ptp: ocp: Fix the error handling path for the class device. Move the put_device() call to the error handling path, so the device is released after the .release callback, avoiding a use-after-free. Signed-off-by: Jonathan Lemon <jonathan.lemon@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>