]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
usb: misc: eud: Fix eud sysfs path (use 'qcom_eud')
authorBhupesh Sharma <bhupesh.sharma@linaro.org>
Wed, 17 May 2023 21:17:51 +0000 (02:47 +0530)
committerRoxana Nicolescu <roxana.nicolescu@canonical.com>
Mon, 2 Oct 2023 15:19:56 +0000 (17:19 +0200)
commit1b8364c960f1f3eb332b60ea0dec3336859f1421
treeaac58910f23b45ef47957a4489a9c06af1efa09c
parent8368b72c04addfa066d5db8d070ebd49c300e86f
usb: misc: eud: Fix eud sysfs path (use 'qcom_eud')

BugLink: https://bugs.launchpad.net/bugs/2034469
[ Upstream commit f16135918b5f8b510db014ecf0a069e34c02382e ]

The eud sysfs enablement path is currently mentioned in the
Documentation as:
  /sys/bus/platform/drivers/eud/.../enable

Instead it should be:
  /sys/bus/platform/drivers/qcom_eud/.../enable

Fix the same.

Fixes: 9a1bf58ccd44 ("usb: misc: eud: Add driver support for Embedded USB Debugger(EUD)")
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Link: https://lore.kernel.org/r/20230517211756.2483552-2-bhupesh.sharma@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Documentation/ABI/testing/sysfs-driver-eud