commit | d6124b409ca33c100170ffde51cd8dff761454a1 | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Tue Nov 01 12:13:31 2016 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Nov 01 09:04:04 2016 -0600 |
tree | 206aabea49fc3f514eb2ac0f70945fc582a50214 | |
parent | afe4155ce940d0c2a8fa3da5a29ea46f98052a73 [diff] |
uwb: fix device reference leaks This subsystem consistently fails to drop the device reference taken by class_find_device(). Note that some of these lookup functions already take a reference to the returned data, while others claim no reference is needed (or does not seem need one). Fixes: 183b9b592a62 ("uwb: add the UWB stack (core files)") Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>