Re: [PATCH -next] drm: omapdrm: dss: Remove redundant DSSERR()

2023-07-27 Thread Laurent Pinchart
Hi Ruan, Thank you for the patch. On Thu, Jul 27, 2023 at 11:39:23AM +, Ruan Jinjie wrote: > There is no need to call the DSSERR() 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 > i

Re: [PATCH -next] drm: omapdrm: dss: Remove redundant DSSERR()

2023-07-27 Thread Ruan Jinjie
On 2023/7/27 14:57, Uwe Kleine-König wrote: > Hello, > > On Thu, Jul 27, 2023 at 11:39:23AM +, Ruan Jinjie wrote: >> There is no need to call the DSSERR() function directly to print >> a custom message when handling an error from platform_get_irq() function >> as it is going to display an a

Re: [PATCH -next] drm: omapdrm: dss: Remove redundant DSSERR()

2023-07-26 Thread Uwe Kleine-König
Hello, On Thu, Jul 27, 2023 at 11:39:23AM +, Ruan Jinjie wrote: > There is no need to call the DSSERR() 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. > > Si

[PATCH -next] drm: omapdrm: dss: Remove redundant DSSERR()

2023-07-26 Thread Ruan Jinjie
There is no need to call the DSSERR() 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 --- drivers/gpu/drm/omapdrm/dss/dispc.c | 1 - drivers