diff options
author | Dr. David Alan Gilbert <[email protected]> | 2024-05-02 16:48:22 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-07-03 16:44:22 +0200 |
commit | ed06e054906c5e7853a36d9ddad8fc94dbb8c252 (patch) | |
tree | a5658bce2ae333e51980785a0e9524795a2aee7b /tools/perf/scripts/python/task-analyzer.py | |
parent | f9a748fa5ce0958bea2a03c25f092fbc22e72c67 (diff) |
parport: Remove attach function pointer
The attach function pointers haven't actually been called since:
'commit 3275158fa52a ("parport: remove use of devmodel")'
topped adding entries to the drivers list.
If you're converting a driver, look at the 'match_port' function
pointer instead.
(There are lots of comment references to 'attach' all over, but they
probably need some deeper understanding to check the semantics
to see if they can be replaced by match_port).
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
Acked-by: Sudip Mukherjee <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions