spi: imx: Check for allocation failure earlier
authorFabio Estevam <fabio.estevam@nxp.com>
Tue, 20 Jun 2017 16:50:55 +0000 (13:50 -0300)
committerMark Brown <broonie@kernel.org>
Wed, 21 Jun 2017 11:09:07 +0000 (12:09 +0100)
commit2c147776dc8b3d67ec42605dcba4deb98f2d0536
tree3021356e8bc941aa7a279ac6f7554420ee08abbf
parent2e312f6cdb02a2707870172473b9dee34f620b93
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>
drivers/spi/spi-imx.c