On Tue, 21 Jan 2025 15:01:51 +0800, Hermes Wu wrote: > Fix a typo where V compare incorrectly compares av[] with av[] itself, > which can result in HDCP failure. > > The loop of V compare is expected to iterate for 5 times > which compare V array form av[0][] to av[4][]. > It should check loop counter reach the last statement "i == 5" > before return true > > [...] Applied, thanks! [1/1] drm/bridge: it6505: fix HDCP V match check is not performed correctly https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/a5072fc77fb9 Rob