Re: [PATCH] drm/msm: Fix inverted WARN_ON() logic
From: Alexey Klimov
Date: Fri Jun 13 2025 - 10:57:53 EST
On Fri Jun 13, 2025 at 3:41 PM BST, Rob Clark wrote:
> We want to WARN_ON() if info is NULL.
>
> Suggested-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
> Fixes: 0838fc3e6718 ("drm/msm/adreno: Check for recognized GPU before bind")
> Tested-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>
> Signed-off-by: Rob Clark <robin.clark@xxxxxxxxxxxxxxxx>
> ---
> drivers/gpu/drm/msm/adreno/adreno_device.c | 2 +-
Apart from tag problem it is usually a good idea to add relevant people in
c/c. Especially when you fix the reported bug.
Best regards,
Alexey