]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6c3daaa32e79c26c841a1ea341160d8dd7e188f1
tree9eaff08da6c801c9909ba0d2f00bdb7bce3296e6
parent9fb51bb203ba1c67f480638e9d0605db59810687
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