[PATCH V2] kexec: remove unnecessary return

Zhang Yanfei zhangyanfei at cn.fujitsu.com
Tue Aug 6 04:44:15 EDT 2013


于 2013/8/6 16:35, Xishi Qiu 写道:
> Code can not run here forever, so remove the unnecessary return.
> 
> Signed-off-by: Xishi Qiu <qiuxishi at huawei.com>
> Suggested-by: Zhang Yanfei <zhangyanfei at cn.fujitsu.com>

Reviewed-by: Zhang Yanfei <zhangyanfei at cn.fujitsu.com>

> ---
>  kernel/kexec.c |    5 +----
>  1 files changed, 1 insertions(+), 4 deletions(-)
> 
> diff --git a/kernel/kexec.c b/kernel/kexec.c
> index 59f7b55..2a74f30 100644
> --- a/kernel/kexec.c
> +++ b/kernel/kexec.c
> @@ -1474,11 +1474,8 @@ static int __init __parse_crashkernel(char *cmdline,
>  	if (first_colon && (!first_space || first_colon < first_space))
>  		return parse_crashkernel_mem(ck_cmdline, system_ram,
>  				crash_size, crash_base);
> -	else
> -		return parse_crashkernel_simple(ck_cmdline, crash_size,
> -				crash_base);
>  
> -	return 0;
> +	return parse_crashkernel_simple(ck_cmdline, crash_size, crash_base);
>  }
>  
>  /*
> 


-- 
Thanks.
Zhang Yanfei



More information about the kexec mailing list