Re: [PATCH v2 0/9] drm: Remove usage of deprecated DRM_* macros

From: Siddh Raman Pant
Date: Mon Dec 26 2022 - 12:47:34 EST


On Thu, 22 Dec 2022 21:10:34 +0530, Siddh Raman Pant wrote:
> Changes in v2:
> - Removed conversions to pr_*() in DRM_INFO, DRM_NOTE, and DRM_ERROR changes.
> - Due to above, DRM_NOTE usage cannot be removed and the patch is dropped.
> - DRY: NULL support is now achieved by way of a separate function.

I just noticed I forgot to change commit message mentioning pr_*()
after squashing. Apologies for this.

I will send a v3, rebased to drm-misc-next, and also fixing the docs message
pointed out by robot, as well as supporting NULL so pr_* stuff can be moved
to drm_*(NULL, ...).

Thanks,
Siddh