]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
USB: EHCI: ehci-mv: use a unique bus name
authorLubomir Rintel <lkundrak@v3.sk>
Mon, 9 Mar 2020 13:00:14 +0000 (14:00 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Mar 2020 08:49:29 +0000 (09:49 +0100)
commitaed67922031377b83a5dc3afa1e207152069100e
treea22aa3676c6d337cc1caefe36b157a2bd58e40ad
parent6351f1708b14a7181b33c54f47bc38da8f9dc316
USB: EHCI: ehci-mv: use a unique bus name

In case there are multiple Marvell EHCI blocks in system, we need a
different bus name for each one. Otherwise debugfs gets mildly upset about
a directory name in usb/ehci:

  debugfs: Directory 'mv ehci' with parent 'ehci' already present!

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Link: https://lore.kernel.org/r/20200309130014.548168-2-lkundrak@v3.sk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-mv.c