clk: davinci: Remove redundant dev_err calls
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 22 Mar 2018 02:11:48 +0000 (02:11 +0000)
committerStephen Boyd <sboyd@kernel.org>
Fri, 23 Mar 2018 16:44:45 +0000 (09:44 -0700)
commitfc3fcb4ff1960e9f0b72b1d4855f7e0bcf18b7f2
tree5dc121a9b685d43d7a5c8c4efdcda26ed9ccf3d4
parent58e1e2d2cd89a4aa77212eae64dd4824374e83f4
clk: davinci: Remove redundant dev_err calls

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>
Reviewed-by: David Lechner <david@lechnology.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/davinci/pll.c
drivers/clk/davinci/psc.c