commit | 2f3d8035b0f7a8e781b60e0884551dd8a1173a75 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Tue Jan 14 16:02:40 2020 +0000 |
committer | Mark Brown <broonie@kernel.org> | Tue Jan 14 16:08:29 2020 +0000 |
tree | 2bb054e75c1c4fdf10427478fc7998ad74692067 | |
parent | bc3a8b295e5bca9d1ec2622a6ba38289f9fd3d8a [diff] |
spi: fsl: simplify error path in of_fsl_spi_probe() No need to 'goto err;' for just doing a return. return directly from where the error happens. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Link: https://lore.kernel.org/r/2a4a7e11b37cfa0558d68f0d35e90d6da858b059.1579017697.git.christophe.leroy@c-s.fr Signed-off-by: Mark Brown <broonie@kernel.org>