Re: [PATCH -next] spi: tegra114: remove redundant dev_err call in tegra_spi_probe()

2013-07-02 Thread Mark Brown
On Tue, Jul 02, 2013 at 08:37:44AM +0800, Wei Yongjun wrote: > From: Wei Yongjun > > There is a error message within devm_ioremap_resource > already, so remove the dev_err call to avoid redundant > error message. Applied, thanks. signature.asc Description: Digital signature ___

[PATCH -next] spi: tegra114: remove redundant dev_err call in tegra_spi_probe()

2013-07-01 Thread Wei Yongjun
From: Wei Yongjun There is a error message within devm_ioremap_resource already, so remove the dev_err call to avoid redundant error message. Signed-off-by: Wei Yongjun --- drivers/spi/spi-tegra114.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/spi/spi-tegra114.c b/drivers/spi/sp