mbox series

[0/1] meson-saradc: fix internal clock names

Message ID 20181122220111.28808-1-martin.blumenstingl@googlemail.com (mailing list archive)
Headers show
Series meson-saradc: fix internal clock names | expand

Message

Martin Blumenstingl Nov. 22, 2018, 10:01 p.m. UTC
This fixes the internal clock names which (prior to this change)
contained slashes. That breaks the debugfs structure for these clocks
in /sys/kernel/debug/clk.

The idea for this fix is shamelessly taken from commit b96e9eb62841c5
("pwm: meson: Fix mux clock names").

NOTE: This is meant to be applied on top of "iio: adc: meson-saradc:
check for devm_kasprintf failure" from [0]


[0] https://patchwork.kernel.org/patch/10693631/


Martin Blumenstingl (1):
  iio: adc: meson-saradc: fix internal clock names

 drivers/iio/adc/meson_saradc.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)