diff options
| author | Mathias Nyman <[email protected]> | 2022-02-16 11:51:48 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2022-02-17 16:20:45 +0100 |
| commit | 6aec50009d52f28ef8b512cba0f5078b3928064d (patch) | |
| tree | 64584ee64d7d09bd1408cbb4da784519091f1dc9 /tools/perf/scripts/python | |
| parent | 5c44d9d7570b244ca08fef817c4c90aa7a1f1b5f (diff) | |
xhci: dbc: Don't call dbc_tty_init() on every dbc tty probe
The current workaround to call the dbc_tty_init() in probe is
not working in case we have several xhci devices with dbc enabled.
dbc_tty_init() should be called only once by a module init call when
module is loaded.
until dbgtty is its own module call dbc_tty_init() from xhci
module init call.
Same is true for unloading and dbc_tty_exit()
Signed-off-by: Mathias Nyman <[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')
0 files changed, 0 insertions, 0 deletions