memory: ti-emif-sram: remove redundant dev_err call in ti_emif_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Tue, 6 Mar 2018 00:21:31 +0000 (16:21 -0800)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Tue, 6 Mar 2018 00:21:31 +0000 (16:21 -0800)
commita817e5d82a2dc5daaa0a8a66cfab268fdf2f6bb6
treeefb5822134601ed182ca125339ce495b83e6e2a2
parentd363a88b31fc03268eada426f5940ef685b8df21
memory: ti-emif-sram: remove redundant dev_err call in ti_emif_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 <weiyongjun1@huawei.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/memory/ti-emif-pm.c