From: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
To: Xishi Qiu <qiuxishi@huawei.com>
Cc: kexec@lists.infradead.org, ebiederm@xmission.com,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH V2] kexec: remove unnecessary return
Date: Tue, 06 Aug 2013 16:44:15 +0800 [thread overview]
Message-ID: <5200B75F.6050906@cn.fujitsu.com> (raw)
In-Reply-To: <5200B534.7000202@huawei.com>
于 2013/8/6 16:35, Xishi Qiu 写道:
> Code can not run here forever, so remove the unnecessary return.
>
> Signed-off-by: Xishi Qiu <qiuxishi@huawei.com>
> Suggested-by: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
Reviewed-by: Zhang Yanfei <zhangyanfei@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
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
WARNING: multiple messages have this Message-ID (diff)
From: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
To: Xishi Qiu <qiuxishi@huawei.com>
Cc: ebiederm@xmission.com, kexec@lists.infradead.org,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH V2] kexec: remove unnecessary return
Date: Tue, 06 Aug 2013 16:44:15 +0800 [thread overview]
Message-ID: <5200B75F.6050906@cn.fujitsu.com> (raw)
In-Reply-To: <5200B534.7000202@huawei.com>
于 2013/8/6 16:35, Xishi Qiu 写道:
> Code can not run here forever, so remove the unnecessary return.
>
> Signed-off-by: Xishi Qiu <qiuxishi@huawei.com>
> Suggested-by: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
Reviewed-by: Zhang Yanfei <zhangyanfei@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
next prev parent reply other threads:[~2013-08-06 8:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-06 8:35 [PATCH V2] kexec: remove unnecessary return Xishi Qiu
2013-08-06 8:35 ` Xishi Qiu
2013-08-06 8:39 ` Simon Horman
2013-08-06 8:39 ` Simon Horman
2013-08-06 8:44 ` Zhang Yanfei [this message]
2013-08-06 8:44 ` Zhang Yanfei
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5200B75F.6050906@cn.fujitsu.com \
--to=zhangyanfei@cn.fujitsu.com \
--cc=ebiederm@xmission.com \
--cc=kexec@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=qiuxishi@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.