Message ID | 20240204203127.1186621-1-andy.shevchenko@gmail.com |
---|---|
Headers | show |
Series | spi: fsl-dspi: A couple of error handling improvements | expand |
On Sun, Feb 04, 2024 at 10:29:18PM +0200, andy.shevchenko@gmail.com wrote: > dmaengine_slave_config() may return different error codes based on > the circumstances. Preserve it instead of shadowing to -EINVAL. > > Suggested-by: Vladimir Oltean <olteanv@gmail.com> > Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com> > --- Reviewed-by: Vladimir Oltean <olteanv@gmail.com>