diff options
author | 2025-03-24 10:29:29 +0100 | |
---|---|---|
committer | 2025-03-25 10:36:45 -0700 | |
commit | d327a12e636e902fd0c7178732813b041a1c9214 (patch) | |
tree | 935994102fab25c5a16bd7c6803a593b328af49e /scripts/gdb/linux/utils.py | |
parent | stmmac: loongson: Remove surplus loop (diff) | |
download | wireguard-linux-d327a12e636e902fd0c7178732813b041a1c9214.tar.xz wireguard-linux-d327a12e636e902fd0c7178732813b041a1c9214.zip |
stmmac: Remove pcim_* functions for driver detach
Functions prefixed with "pcim_" are managed devres functions which
perform automatic cleanup once the driver unloads. It is, thus, not
necessary to call any cleanup functions in remove() callbacks.
Remove the pcim_ cleanup function calls in the remove() callbacks.
Signed-off-by: Philipp Stanner <phasta@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Yanteng Si <si.yanteng@linux.dev>
Tested-by: Henry Chen <chenx97@aosc.io>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://patch.msgid.link/20250324092928.9482-5-phasta@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions