Re: [PATCH 1/2] spi: tegra20-sflash: cleanup wait_for_completion return handling

From: Laxman Dewangan
Date: Mon Feb 02 2015 - 04:16:56 EST


On Monday 02 February 2015 02:38 PM, Nicholas Mc Guire wrote:
On Mon, 02 Feb 2015, Laxman Dewangan wrote:


+ if (WARN_ON(dma_timeout == 0)) {
dev_err(tsd->dev,
- "spi trasfer timeout, err %d\n", ret);
+ "spi trasfer timeout\n");
trasfer -> transfer.


overlooked that - sorry - will fix it up and resubmit.

Thanks, And possibly we will be able to merge two lines into single one i.e. single line error message.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/