summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2026-03-05 12:15:07 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-03-11 15:14:35 +0100
commit70cd7459ea42ac4ee059ee9522e23f6028dfd1bd (patch)
tree86e92667f867c8c0a4a03321e6b418d1a7065f54 /scripts/objdiff
parent3222f3ed0b12056d66d2b00c751dafa5ba614822 (diff)
USB: cypress_cy7c63: 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/20260305111511.18386-2-johan@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions