commit | 4a577f5275e948f96ea1a9bbce5d994ec6db618b | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Thu May 16 13:11:32 2013 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu May 16 19:21:50 2013 +0100 |
tree | c668f6925c6a00c7d2bc279d0dcd0a99e6784a3b | |
parent | f722406faae2d073cc1d01063d1123c35425939e [diff] |
spi: coldfire-qspi: fix error return code in mcfqspi_probe() If pdev->dev.platform_data is not set, mcfqspi_probe() will return 0 and release all the resources, in this case, we should return a error code instead of 0. This patch fix to return -ENOENT in this case and move the check for pdev->dev.platform_data to the begin of this function. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>