spi/rockchip: remove redundant dev_err call in rockchip_spi_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Sun, 20 Jul 2014 14:01:42 +0000 (22:01 +0800)
committerMark Brown <broonie@linaro.org>
Fri, 25 Jul 2014 17:25:59 +0000 (18:25 +0100)
commit4e6fafee0289222105c40ddd7293da19b043122c
treef5b3058ea7b7db47d7cc83c367a57f7ecd2245a4
parentc4950143fcc0da75b89c11365a500c0879431d81
spi/rockchip: remove redundant dev_err call in rockchip_spi_probe()

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 <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-rockchip.c