Re: [PATCH] drm/nouveau/dp: convert to use ERR_CAST()
From: Danilo Krummrich
Date: Fri May 16 2025 - 10:10:18 EST
On 5/15/25 2:11 PM, zhang.enpei@xxxxxxxxxx wrote:
From: Zhang Enpei <zhang.enpei@xxxxxxxxxx>
As opposed to open-code, use ERR_CAST to clearly indicate that this is a
pointer to an error value and a type conversion is performed.
Applied to drm-misc-next, thanks!