Re: (subset) [PATCH 20/29] drm/tidss: crtc: Change variable name
From: Maxime Ripard
Date: Tue Sep 30 2025 - 06:01:07 EST
On Tue, 02 Sep 2025 10:32:48 +0200, Maxime Ripard wrote:
> The tidss_crtc_reset() function stores a pointer to struct
> tidss_crtc_state in a variable called tcrtc, while it uses tcrtc as a
> pointer to struct tidss_crtc in the rest of the driver.
>
> This is confusing, so let's change the variable name.
>
>
> [...]
Applied to misc/kernel.git (drm-misc-next).
Thanks!
Maxime