Re: [PATCH v2] drm/dbi: Print errors for mipi_dbi_command()

2021-07-02 Thread kernel test robot
Hi Linus, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.13 next-20210701] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-

Re: [PATCH v2] drm/dbi: Print errors for mipi_dbi_command()

2021-07-02 Thread kernel test robot
Hi Linus, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.13 next-20210701] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-

Re: [PATCH v2] drm/dbi: Print errors for mipi_dbi_command()

2021-07-02 Thread Noralf Trønnes
Den 02.07.2021 12.04, skrev Linus Walleij: > The macro mipi_dbi_command() does not report errors unless you wrap it > in another macro to do the error reporting. > > Report a rate-limited error so we know what is going on. > > Drop the only user in DRM using mipi_dbi_command() and actually che

Re: [PATCH v2] drm/dbi: Print errors for mipi_dbi_command()

2021-07-02 Thread Sam Ravnborg
On Fri, Jul 02, 2021 at 12:27:42PM +0200, Sam Ravnborg wrote: > On Fri, Jul 02, 2021 at 12:04:55PM +0200, Linus Walleij wrote: > > The macro mipi_dbi_command() does not report errors unless you wrap it > > in another macro to do the error reporting. > > > > Report a rate-limited error so we know w

Re: [PATCH v2] drm/dbi: Print errors for mipi_dbi_command()

2021-07-02 Thread Sam Ravnborg
On Fri, Jul 02, 2021 at 12:04:55PM +0200, Linus Walleij wrote: > The macro mipi_dbi_command() does not report errors unless you wrap it > in another macro to do the error reporting. > > Report a rate-limited error so we know what is going on. > > Drop the only user in DRM using mipi_dbi_command()

[PATCH v2] drm/dbi: Print errors for mipi_dbi_command()

2021-07-02 Thread Linus Walleij
The macro mipi_dbi_command() does not report errors unless you wrap it in another macro to do the error reporting. Report a rate-limited error so we know what is going on. Drop the only user in DRM using mipi_dbi_command() and actually checking the error explicitly, let it use mipi_dbi_command_bu