drm/i915/dp: use string choice helpers
authorR Sundar <prosunofficial@gmail.com>
Mon, 7 Oct 2024 17:48:57 +0000 (23:18 +0530)
committerJani Nikula <jani.nikula@intel.com>
Tue, 22 Oct 2024 10:09:10 +0000 (13:09 +0300)
commitdf6bbcb19ff8d3e659537e1ca0cba054df5fb1bb
tree56dce7dad78339613f2f4533837f68e45aee72db
parenta081908ba4a534ad0f1961291850b3cba85bdc53
drm/i915/dp: use string choice helpers

Use str_on_off string helpers for better readability and to fix cocci
warning.

Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Julia Lawall <julia.lawall@inria.fr>
Closes: https://lore.kernel.org/r/202410071252.cWILJzrH-lkp@intel.com/
Signed-off-by: R Sundar <prosunofficial@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241007174857.85061-1-prosunofficial@gmail.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_dp.c