ACPI: video: Use str_yes_no() helper in acpi_video_bus_add()
authorThorsten Blum <thorsten.blum@linux.dev>
Tue, 11 Feb 2025 10:45:32 +0000 (11:45 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 18 Feb 2025 18:10:07 +0000 (19:10 +0100)
commit064009ebc171dc11aaa86c0bdce939640e1d033d
treeaf6139dc2809338582ec0c437d3644fad1c504d5
parent0ad2507d5d93f39619fc42372c347d6006b64319
ACPI: video: Use str_yes_no() helper in acpi_video_bus_add()

Use the str_yes_no() helper function instead of hard-coded strings.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Link: https://patch.msgid.link/20250211104532.699124-1-thorsten.blum@linux.dev
[ rjw: Changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_video.c