[PATCH 0/3] pci: cx23885: Convert to use string choices helper
From: Pan Chuang
Date: Fri Jun 13 2025 - 04:22:27 EST
Remove hard-coded strings by using the str_read_write(),
str_yes_no() and str_enabled_disabled() helper.
Pan Chuang (3):
pci: cx23885: altera-ci: Use str_read_write() helper
pci: cx23885: cimax2: Use str_read_write() helper
pci: cx23885: cx23888-ir: Use str_yes_no() and str_enabled_disabled()
helper
drivers/media/pci/cx23885/altera-ci.c | 2 +-
drivers/media/pci/cx23885/cimax2.c | 2 +-
drivers/media/pci/cx23885/cx23888-ir.c | 36 +++++++++++++-------------
3 files changed, 20 insertions(+), 20 deletions(-)
--
2.39.0