Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: misc: eud: Fix eud sysfs path (use 'qcom_eud')

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>

authored by

Bhupesh Sharma and committed by
Greg Kroah-Hartman
f1613591 fba985aa

+1 -1
+1 -1
Documentation/ABI/testing/sysfs-driver-eud
··· 1 - What: /sys/bus/platform/drivers/eud/.../enable 1 + What: /sys/bus/platform/drivers/qcom_eud/.../enable 2 2 Date: February 2022 3 3 Contact: Souradeep Chowdhury <quic_schowdhu@quicinc.com> 4 4 Description: