drivers: ti: remove redundant error message in adpll.c
authorYu Jiahua <yujiahua1@huawei.com>
Wed, 16 Jun 2021 03:48:26 +0000 (19:48 -0800)
committerStephen Boyd <sboyd@kernel.org>
Mon, 28 Jun 2021 02:56:45 +0000 (19:56 -0700)
commit9ba98c08dcb827b84318f9547536423d3afa68ac
treeaaa4985c7e98ea22a3c415aa51e05601ca956cfa
parent87e2a58ca6c7095e5dc43e25212183afbfe0ad64
drivers: ti: remove redundant error message in adpll.c

There is a error message within devm_ioremap_resource
already, so remove the dev_err call to avoid redundant
error message.

Signed-off-by: Yu Jiahua <yujiahua1@huawei.com>
Link: https://lore.kernel.org/r/20210616034826.37276-1-yujiahua1@huawei.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/ti/adpll.c