mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
ef24d6c3d6
When call function devm_platform_ioremap_resource(), we should use IS_ERR() to check the return value and return PTR_ERR() if failed. Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> Signed-off-by: David S. Miller <davem@davemloft.net>