]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: libertas_tf: drop redundant device reference
authorJohan Hovold <johan@kernel.org>
Fri, 6 Mar 2026 08:51:34 +0000 (09:51 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 6 Mar 2026 09:55:45 +0000 (10:55 +0100)
commitb1af0de313bde1539c2501ef6849791010950387
tree4e5039a7ae42c12b7a71d504d0fe9c9ec1f949bb
parent75e375816392e8b84feafc97e2c72513f8bd11d4
wifi: libertas_tf: drop redundant device reference

Driver core holds a reference to the USB interface and its parent USB
device while the interface is bound to a driver and there is no need to
take additional references unless the structures are needed after
disconnect.

Drop the redundant device reference to reduce cargo culting, make it
easier to spot drivers where an extra reference is needed, and reduce
the risk of memory leaks when drivers fail to release it.

Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://patch.msgid.link/20260306085144.12064-9-johan@kernel.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/marvell/libertas_tf/if_usb.c