Re: [PATCH] virtio: console: Use str_yes_no() helper in port_debugfs_show()

2025-02-12 Thread Amit Shah
On Wed, 2025-02-12 at 12:48 +0100, Thorsten Blum wrote: > Remove hard-coded strings by using the str_yes_no() helper function. > > Signed-off-by: Thorsten Blum > --- >  drivers/char/virtio_console.c | 4 ++-- >  1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Amit Shah

[PATCH] virtio: console: Use str_yes_no() helper in port_debugfs_show()

2025-02-12 Thread Thorsten Blum
Remove hard-coded strings by using the str_yes_no() helper function. Signed-off-by: Thorsten Blum --- drivers/char/virtio_console.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/char/virtio_console.c b/drivers/char/virtio_console.c index 24442485e73e..35af0cc11d