aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/device.py
diff options
context:
space:
mode:
authorSean Anderson <sean.anderson@seco.com>2024-01-26 17:38:00 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-01-27 17:41:42 -0800
commit3caf2b2ad7334ef35f55b95f3e1b138c6f77b368 (patch)
tree95eefef4c39bc0f89526df16824e4f5e354a221d /scripts/gdb/linux/device.py
parentb717dfbf73e842d15174699fe2c6ee4fdde8aa1f (diff)
usb: ulpi: Fix debugfs directory leak
The ULPI per-device debugfs root is named after the ulpi device's parent, but ulpi_unregister_interface tries to remove a debugfs directory named after the ulpi device itself. This results in the directory sticking around and preventing subsequent (deferred) probes from succeeding. Change the directory name to match the ulpi device. Fixes: bd0a0a024f2a ("usb: ulpi: Add debugfs support") Cc: stable@vger.kernel.org Signed-off-by: Sean Anderson <sean.anderson@seco.com> Link: https://lore.kernel.org/r/20240126223800.2864613-1-sean.anderson@seco.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/device.py')
0 files changed, 0 insertions, 0 deletions