diff options
author | Philipp Stanner <phasta@kernel.org> | 2025-03-24 12:29:29 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-03-25 20:36:45 +0300 |
commit | d327a12e636e902fd0c7178732813b041a1c9214 (patch) | |
tree | 935994102fab25c5a16bd7c6803a593b328af49e /tools/perf/scripts/python/stackcollapse.py | |
parent | 9db2426a324ea4aceea071b3069108840a3fa3fe (diff) | |
download | linux-d327a12e636e902fd0c7178732813b041a1c9214.tar.xz |
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 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions