PM: AVS: remove redundant dev_err call in omap_sr_probe()
authorQiheng Lin <linqiheng@huawei.com>
Fri, 4 Jun 2021 20:04:06 +0000 (13:04 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Fri, 4 Jun 2021 20:04:06 +0000 (13:04 -0700)
commita9c7d88d23ad244ba45397d7ba792d4ddf9643bf
tree9eaff08da6c801c9909ba0d2f00bdb7bce3296e6
parent6efb943b8616ec53a5e444193dccf1af9ad627b5
PM: AVS: remove redundant dev_err call in omap_sr_probe()

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

Reported-by: Hulk Robot <hulkci@huawei.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Qiheng Lin <linqiheng@huawei.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/soc/ti/smartreflex.c