]> git.baikalelectronics.ru Git - kernel.git/commit
v253_init: eliminate pointer to string
authorJiri Slaby <jslaby@suse.cz>
Thu, 22 Jul 2021 11:51:41 +0000 (13:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Jul 2021 10:09:29 +0000 (12:09 +0200)
commitee097191eaf9aac2e932883d9f01b9adb5934bd0
tree6674c9bbb14c784e52808022a47c0b8980044782
parent62aa8ff56cd70355a147e5da8523ad8db4842691
v253_init: eliminate pointer to string

There is no need to have an extra pointer to a string (v253_init).
Convert it to an array.

Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Takashi Iwai <tiwai@suse.com>
Cc: alsa-devel@alsa-project.org
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210722115141.516-2-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/codecs/cx20442.c