]> Gentwo Git Trees - linux/.git/commit
virtio: console: Use str_yes_no() helper in port_debugfs_show()
authorThorsten Blum <thorsten.blum@linux.dev>
Wed, 12 Feb 2025 11:48:41 +0000 (12:48 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Feb 2025 14:24:19 +0000 (15:24 +0100)
commit790b2f242a1e2b7ec8309fd354a0579e2279661c
tree2639eede04dfef67857633b859a7b41e6a81662f
parent10d43ecbb0121fee8ddbc1e9755edc0402e458ca
virtio: console: Use str_yes_no() helper in port_debugfs_show()

Remove hard-coded strings by using the str_yes_no() helper function.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Reviewed-by: Amit Shah <amit@kernel.org>
Link: https://lore.kernel.org/r/20250212114841.74650-2-thorsten.blum@linux.dev
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/virtio_console.c