commit | d94655b405ba08838fb3db301dddb02a435ae16c | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Sat Sep 24 12:02:54 2016 +0000 |
committer | Corey Minyard <cminyard@mvista.com> | Fri Sep 30 09:23:22 2016 -0500 |
tree | 917a4c878897605c5aa6fa0034a46e9bbfad776b | |
parent | a3e6061bad6292f2d5be3c1c4ccf1fa136517dec [diff] |
ipmi/bt-bmc: remove redundant return value check of platform_get_resource() Remove unneeded error handling on the result of a call to platform_get_resource() when the value is passed to devm_ioremap_resource(). Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Acked-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Corey Minyard <cminyard@mvista.com>