commit | 2aa237f4a1a72813f9684a0ce6e48288e75de479 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Wed Feb 26 09:47:55 2014 +0800 |
committer | Mark Brown <broonie@linaro.org> | Mon Mar 10 11:21:57 2014 +0000 |
tree | 86401e6f9afb4846afba3eae86a91ae9443c93d7 | |
parent | 3531b717d05273e45efd2ab7903ea013aaec3fea [diff] |
spi: coldfire-qspi: Enable clock before calling spi_master_resume This ensures clock has been enabled before calling spi_master_resume(). while at it, also add checking return value of spi_master_suspend and spi_master_resume because they may fail. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@linaro.org>