commit | 796305a2e2d11748637c9d9e2ac71dfbb6af2372 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Sun Jul 21 22:29:54 2013 -0300 |
committer | Mark Brown <broonie@linaro.org> | Mon Jul 22 10:51:13 2013 +0100 |
tree | 4f0fd87dc832e66016b8d79e6d825d6b779c2c46 | |
parent | 8498bce934b864d609dab15a342bc47bb637c7f6 [diff] |
spi: spi-mxs: Remove unneeded check for platform_get_resource() As devm_ioremap_resource() is used on probe, there is no need to explicitly check the return value from platform_get_resource(), as this is something that devm_ioremap_resource() takes care by itself. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org>