cx20442: tty_ldisc_ops::write_wakeup is optional
authorJiri Slaby <jslaby@suse.cz>
Thu, 22 Jul 2021 11:51:40 +0000 (13:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Jul 2021 10:09:29 +0000 (12:09 +0200)
commit0e9ffdb236b8d273a086e86887192a62dd8f144a
treeb13e9d8b9b2c8480630d68039f96bc92990f3569
parent3d1fa055ea7298345795b982de7a5b9ec6ae238d
cx20442: tty_ldisc_ops::write_wakeup is optional

TTY layer does nothing if tty_ldisc_ops::write_wakeup is NULL, so there
is no need to implement an empty one in cx20442. Drop it.

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-1-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/codecs/cx20442.c