Message ID | 1387543978-32309-1-git-send-email-sourav.poddar@ti.com (mailing list archive) |
---|---|
State | Accepted |
Commit | f17414c4fcf138740dbbd463171101026b6f78de |
Headers | show |
On Fri, Dec 20, 2013 at 06:22:57PM +0530, Sourav Poddar wrote: > Due to the following commit > commit 160a061301c7adf54c40696e7ceedc73f6b747dd > Author: Wei Yongjun <yongjun_wei@trendmicro.com.cn> > Date: Mon Nov 11 14:13:41 2013 +0800 Applied. You should *always* CC maintainers on patches, this would have been applied a lot quicker if I'd actually seen it - this includes using the e-mail address that gets advertised for stuff. You sent this to my Linaro address, not the one listed in MAINTAINERS.
diff --git a/drivers/spi/spi-ti-qspi.c b/drivers/spi/spi-ti-qspi.c index 4396bd4..06ee189 100644 --- a/drivers/spi/spi-ti-qspi.c +++ b/drivers/spi/spi-ti-qspi.c @@ -417,10 +417,8 @@ out: static int ti_qspi_runtime_resume(struct device *dev) { struct ti_qspi *qspi; - struct spi_master *master; - master = dev_get_drvdata(dev); - qspi = spi_master_get_devdata(master); + qspi = dev_get_drvdata(dev); ti_qspi_restore_ctx(qspi); return 0;