Re: [PATCH v2 3/3] drm/mediatek: dp: Fix warning in mtk_dp_video_mute()

2022-09-19 Thread AngeloGioacchino Del Regno
Il 16/09/22 15:38, Bo-Chen Chen ha scritto: Warning: ../drivers/gpu/drm/mediatek/mtk_dp.c: In function ‘mtk_dp_video_mute’: ../drivers/gpu/drm/mediatek/mtk_dp.c:947:23: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=] 947 |

Re: [PATCH v2 3/3] drm/mediatek: dp: Fix warning in mtk_dp_video_mute()

2022-09-17 Thread Chun-Kuang Hu
Hi, Bo-Chen: Bo-Chen Chen 於 2022年9月16日 週五 晚上9:38寫道: > > Warning: > ../drivers/gpu/drm/mediatek/mtk_dp.c: In function ‘mtk_dp_video_mute’: > ../drivers/gpu/drm/mediatek/mtk_dp.c:947:23: warning: format ‘%x’ > expects argument of type ‘unsigned int’, but argument 4 has type ‘long > unsigned int’ [-