commit | 52ade736215fb4421a6dc2b6900703a6fadba9e9 | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Thu Aug 08 16:09:49 2013 +0200 |
committer | Mark Brown <broonie@linaro.org> | Fri Aug 09 17:32:10 2013 +0100 |
tree | 79669fb2b9f2f6756dabc592b6d2c652f3787bd2 | |
parent | c7abc19ca6d48392f91ca04ebe1e9813b3ace435 [diff] |
spi/bitbang: don't error out if there is no setup callback provided It's perfectly valid not to have a setup callback when the probe routine does all the needed things. So don't even check for this case and trust the caller. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Mark Brown <broonie@linaro.org>