Re: [PATCH v2] drm/bridge: imx93-mipi-dsi: Fix a couple of building warnings

From: Robert Foss
Date: Tue Nov 28 2023 - 11:41:10 EST


On Thu, 23 Nov 2023 13:18:07 +0800, Liu Ying wrote:
> Fix a couple of building warnings on used uninitialized 'best_m' and
> 'best_n' local variables by initializing 'best_m' to zero and 'best_n'
> to UINT_MAX. This makes compiler happy only. No functional change.
>
>

Applied, thanks!

[1/1] drm/bridge: imx93-mipi-dsi: Fix a couple of building warnings
https://cgit.freedesktop.org/drm/drm-misc/commit/?id=9f83f37ca76d



Rob