[PATCH linux-next] drm/i915/ddi: use string choice helpers
Jani Nikula
jani.nikula at linux.intel.com
Tue Oct 22 10:26:53 UTC 2024
On Mon, 07 Oct 2024, R Sundar <prosunofficial at gmail.com> wrote:
> Use str_enabled_disabled string helpers for better readability and to
> fix cocci warning.
>
> Reported-by: kernel test robot <lkp at intel.com>
> Reported-by: Julia Lawall <julia.lawall at inria.fr>
> Closes: https://lore.kernel.org/r/202410071601.TFpXoqgW-lkp@intel.com/
> Signed-off-by: R Sundar <prosunofficial at gmail.com>
Pushed to drm-intel-next, thanks for the patch.
BR,
Jani.
> ---
>
> Reported in linux repo:
>
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>
> cocci warnings: (new ones prefixed by >>)
>>> drivers/gpu/drm/i915/display/intel_ddi.c:2225:7-13: opportunity for str_enabled_disabled(enable)
>
> vim +2225 drivers/gpu/drm/i915/display/intel_ddi.c
>
> compile tested only.
>
> drivers/gpu/drm/i915/display/intel_ddi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_ddi.c b/drivers/gpu/drm/i915/display/intel_ddi.c
> index fe1ded6707f9..ff4c633c8546 100644
> --- a/drivers/gpu/drm/i915/display/intel_ddi.c
> +++ b/drivers/gpu/drm/i915/display/intel_ddi.c
> @@ -2236,7 +2236,7 @@ static void intel_dp_sink_set_fec_ready(struct intel_dp *intel_dp,
> if (drm_dp_dpcd_writeb(&intel_dp->aux, DP_FEC_CONFIGURATION,
> enable ? DP_FEC_READY : 0) <= 0)
> drm_dbg_kms(display->drm, "Failed to set FEC_READY to %s in the sink\n",
> - enable ? "enabled" : "disabled");
> + str_enabled_disabled(enable));
>
> if (enable &&
> drm_dp_dpcd_writeb(&intel_dp->aux, DP_FEC_STATUS,
--
Jani Nikula, Intel
More information about the Intel-gfx
mailing list