commit | 2c147776dc8b3d67ec42605dcba4deb98f2d0536 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Tue Jun 20 13:50:55 2017 -0300 |
committer | Mark Brown <broonie@kernel.org> | Wed Jun 21 12:09:07 2017 +0100 |
tree | 3021356e8bc941aa7a279ac6f7554420ee08abbf | |
parent | 2e312f6cdb02a2707870172473b9dee34f620b93 [diff] |
spi: imx: Check for allocation failure earlier In case of spi_alloc_master() failure it is better to return the error immediately, so move the error check right after the allocation. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Mark Brown <broonie@kernel.org>