spi/qspi: set correct platform drvdata in ti_qspi_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 11 Nov 2013 06:13:41 +0000 (14:13 +0800)
committerMark Brown <broonie@linaro.org>
Sun, 24 Nov 2013 14:15:10 +0000 (14:15 +0000)
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>

No differences found