Re: [PATCH -next] ipmi/bt-bmc: remove redundant return value check of platform_get_resource()

2016-09-29 Thread Corey Minyard
Thanks, applied. -corey On 09/24/2016 07:02 AM, Wei Yongjun wrote: From: Wei Yongjun 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 --- drivers/char/ipmi/bt-bmc.c | 5 -

[PATCH -next] ipmi/bt-bmc: remove redundant return value check of platform_get_resource()

2016-09-24 Thread Wei Yongjun
From: Wei Yongjun 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 --- drivers/char/ipmi/bt-bmc.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/char/ipmi/bt-bmc.c