Re: [PATCH -next] drm/msm: Remove redundant DRM_DEV_ERROR()

2023-08-02 Thread Dmitry Baryshkov
On Thu, 27 Jul 2023 11:24:07 +, Ruan Jinjie wrote: > There is no need to call the DRM_DEV_ERROR() function directly to print > a custom message when handling an error from platform_get_irq() function > as it is going to display an appropriate error message > in case of a failure. > > Appli

Re: [PATCH -next] drm/msm: Remove redundant DRM_DEV_ERROR()

2023-08-02 Thread Dmitry Baryshkov
On 27/07/2023 14:24, Ruan Jinjie wrote: There is no need to call the DRM_DEV_ERROR() function directly to print a custom message when handling an error from platform_get_irq() function as it is going to display an appropriate error message in case of a failure. Signed-off-by: Ruan Jinjie ---