Re: [PATCH] kexec: Remove unnecessary KERN_ERR from kexec.c

2014-10-07 Thread Vivek Goyal
On Tue, Oct 07, 2014 at 12:54:58PM +0900, Masanari Iida wrote: > This patch remove unnecessary KERN_ERR from pr_err() within kexec.c. > > Signed-off-by: Masanari Iida [cc akpm] Thanks for the fix. Acked-by: Vivek Goyal Vivek > --- > kernel/kexec.c | 2 +- > 1 file changed, 1 insertion(+),

[PATCH] kexec: Remove unnecessary KERN_ERR from kexec.c

2014-10-06 Thread Masanari Iida
This patch remove unnecessary KERN_ERR from pr_err() within kexec.c. Signed-off-by: Masanari Iida --- kernel/kexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/kexec.c b/kernel/kexec.c index 2abf9f6..9a8a01a 100644 --- a/kernel/kexec.c +++ b/kernel/kexec.c @@ -600