commit | 160a061301c7adf54c40696e7ceedc73f6b747dd | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Mon Nov 11 14:13:41 2013 +0800 |
committer | Mark Brown <broonie@linaro.org> | Sun Nov 24 14:15:10 2013 +0000 |
tree | 5405d300a44d0f2c76ee0b0a17691dbe0fcbca58 | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae [diff] |
spi/qspi: set correct platform drvdata in ti_qspi_probe() The ti_qspi_remove() use the platform drvdata as a type of struct ti_qspi, we should pass correct platform drvdata to platform_set_drvdata() in ti_qspi_probe(). Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Mark Brown <broonie@linaro.org>