Skip to content
Commit 0ee69c58 authored by Qinglang Miao's avatar Qinglang Miao Committed by Thomas Bogendoerfer
Browse files

MIPS: OCTEON: use devm_platform_ioremap_resource



Note that error handling on the result of a call to platform_get_resource()
is unneeded when the value is passed to devm_ioremap_resource(), so remove
it. Then use the helper function that wraps the calls to
platform_get_resource() and devm_ioremap_resource() together.

Signed-off-by: default avatarQinglang Miao <miaoqinglang@huawei.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent b0a1c290
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment