[PATCH] kexec: remove unnecessary return

2013-08-07 Thread Simon Horman
From: Xishi Qiu Code can not run here forever, so remove the unnecessary return. Signed-off-by: Xishi Qiu Suggested-by: Zhang Yanfei Reviewed-by: Zhang Yanfei Signed-off-by: Simon Horman --- kernel/kexec.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) Andrew, could you

[PATCH] kexec: remove unnecessary return

2013-08-07 Thread Simon Horman
From: Xishi Qiu qiuxi...@huawei.com Code can not run here forever, so remove the unnecessary return. Signed-off-by: Xishi Qiu qiuxi...@huawei.com Suggested-by: Zhang Yanfei zhangyan...@cn.fujitsu.com Reviewed-by: Zhang Yanfei zhangyan...@cn.fujitsu.com Signed-off-by: Simon Horman

Re: [PATCH] kexec: remove unnecessary return

2013-08-06 Thread Zhang Yanfei
于 2013/8/6 16:05, Xishi Qiu 写道: > Code can not run here forever, so remove the unnecessary return. > > Signed-off-by: Xishi Qiu > --- > kernel/kexec.c |2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/kernel/kexec.c b/kernel/kexec.c > index 59f7b55..c14e3ea 100644

[PATCH] kexec: remove unnecessary return

2013-08-06 Thread Xishi Qiu
Code can not run here forever, so remove the unnecessary return. Signed-off-by: Xishi Qiu --- kernel/kexec.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/kernel/kexec.c b/kernel/kexec.c index 59f7b55..c14e3ea 100644 --- a/kernel/kexec.c +++ b/kernel/kexec.c @@

[PATCH] kexec: remove unnecessary return

2013-08-06 Thread Xishi Qiu
Code can not run here forever, so remove the unnecessary return. Signed-off-by: Xishi Qiu qiuxi...@huawei.com --- kernel/kexec.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/kernel/kexec.c b/kernel/kexec.c index 59f7b55..c14e3ea 100644 --- a/kernel/kexec.c +++

Re: [PATCH] kexec: remove unnecessary return

2013-08-06 Thread Zhang Yanfei
于 2013/8/6 16:05, Xishi Qiu 写道: Code can not run here forever, so remove the unnecessary return. Signed-off-by: Xishi Qiu qiuxi...@huawei.com --- kernel/kexec.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/kernel/kexec.c b/kernel/kexec.c index