On Tuesday 20 August 2013 06:44 PM, Felipe Balbi wrote: > Hi, > > On Tue, Aug 20, 2013 at 06:35:25PM +0530, Sourav Poddar wrote: >> +static int qspi_transfer_msg(struct ti_qspi *qspi, struct spi_transfer *t) >> +{ >> + int ret; >> + >> + if (t->tx_buf) { >> + ret = qspi_write_msg(qspi, t); >> + if (ret) { >> + dev_dbg(qspi->dev, "Error while writing\n"); >> + return ret; >> + } >> + } >> + >> + if (t->rx_buf) { >> + ret = qspi_read_msg(qspi, t); >> + if (ret) { >> + dev_dbg(qspi->dev, "Error while writing\n"); > *READING* > hmm..got missed while folding local changes:(. Will submit an updated patch. > other than that: > > Acked-by: Felipe Balbi<ba...@ti.com> > Reviewed-by: Felipe Balbi<ba...@ti.com> > Thanks!
------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ spi-devel-general mailing list spi-devel-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/spi-devel-general