From: Greg Kroah-Hartman Date: Wed, 28 Jul 2021 18:53:08 +0000 (+0200) Subject: Revert "v253_init: eliminate pointer to string" X-Git-Tag: v5.15-rc1~153^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccd1c4d7947907b723a5d43d61383578c2f130b6;p=thirdparty%2Flinux.git Revert "v253_init: eliminate pointer to string" This reverts commit 8496f60a670debe356a9168a66b7560641e53e93. It will be coming in through the ASoC tree instead. Reported-by: Mark Brown Cc: Liam Girdwood Cc: Jaroslav Kysela Cc: Takashi Iwai Cc: alsa-devel@alsa-project.org Cc: Jiri Slaby Signed-off-by: Greg Kroah-Hartman --- diff --git a/sound/soc/codecs/cx20442.c b/sound/soc/codecs/cx20442.c index 20981773f59f5..ec8d6e74b4672 100644 --- a/sound/soc/codecs/cx20442.c +++ b/sound/soc/codecs/cx20442.c @@ -206,7 +206,7 @@ static int cx20442_write(struct snd_soc_component *component, unsigned int reg, */ /* Modem init: echo off, digital speaker off, quiet off, voice mode */ -static const char v253_init[] = "ate0m0q0+fclass=8\r"; +static const char *v253_init = "ate0m0q0+fclass=8\r"; /* Line discipline .open() */ static int v253_open(struct tty_struct *tty)