[PATCH -next 0/7] drm: Remove many unnecessary NULL values
Dmitry Baryshkov
dmitry.baryshkov at linaro.org
Sun Oct 8 14:01:18 UTC 2023
On Wed, 09 Aug 2023 11:44:38 +0800, Ruan Jinjie wrote:
> The NULL initialization of the pointers assigned by kzalloc() or
> kunit_kzalloc() first is not necessary, because if the kzalloc() or
> kunit_kzalloc() failed, the pointers will be assigned NULL, otherwise
> it works as usual. so remove it.
>
> Ruan Jinjie (7):
> drm/amdkfd: Remove unnecessary NULL values
> drm/amd/display: Remove unnecessary NULL values
> drm/msm: Remove unnecessary NULL values
> drm/radeon: Remove unnecessary NULL values
> drm/virtio: Remove an unnecessary NULL value
> drm/format-helper: Remove unnecessary NULL values
> drm: Remove unnecessary NULL values
>
> [...]
Applied, thanks!
[3/7] drm/msm: Remove unnecessary NULL values
https://gitlab.freedesktop.org/lumag/msm/-/commit/92a48b6ed510
Best regards,
--
Dmitry Baryshkov <dmitry.baryshkov at linaro.org>
More information about the amd-gfx
mailing list