2024-02-04 18:26:20

by Vladimir Oltean

[permalink] [raw]
Subject: Re: [PATCH v1 1/1] spi: fsl-dspi: Unify error messaging in dspi_request_dma()

On Sun, Feb 04, 2024 at 06:21:06PM +0200, [email protected] wrote:
> Use `ret = dev_err_probe(...);` pattern for all messages in dspi_request_dma()
> for the sake of uniforming them. While at it, fix indentation issue reported
> by Vladimir Oltean.

"making them uniform" sounds better than "uniforming them".


2024-02-04 19:57:03

by Andy Shevchenko

[permalink] [raw]
Subject: Re: [PATCH v1 1/1] spi: fsl-dspi: Unify error messaging in dspi_request_dma()

On Sun, Feb 4, 2024 at 8:26 PM Vladimir Oltean <[email protected]> wrote:
>
> On Sun, Feb 04, 2024 at 06:21:06PM +0200, [email protected] wrote:
> > Use `ret = dev_err_probe(...);` pattern for all messages in dspi_request_dma()
> > for the sake of uniforming them. While at it, fix indentation issue reported
> > by Vladimir Oltean.
>
> "making them uniform" sounds better than "uniforming them".

Sure, thanks for the suggestion.

--
With Best Regards,
Andy Shevchenko