USB: phy: fsl-usb: remove sysfs abuse
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Jul 2020 07:29:13 +0000 (09:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Jul 2020 08:18:41 +0000 (10:18 +0200)
commitcc72a2ca1f2ab075d56fc38ba941c4240968f963
tree70584a06f2f18a43ba66c4d67d3e207457f2abec
parentb83d027ceda10e722a1195974f2995a6a5635332
USB: phy: fsl-usb: remove sysfs abuse

This file has a HUGE debugging sysfs file that spews out a lot of
information all at once, which violates the one-value-per-file rule for
sysfs.  If this is really needed, it should go into debugfs, but given
the age of this driver, I strongly doubt anyone is using it anymore.

So just remove the file entirely, it was never documented, so obviously,
no one actually needed it :)

Cc: Felipe Balbi <balbi@kernel.org>
Reviewed-by: Ran Wang <ran.wang_1@nxp.com>
Link: https://lore.kernel.org/r/20200702072914.1072878-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/phy/phy-fsl-usb.c