From: Petr Tesarik <ptesarik@suse.cz>
To: kexec@lists.infradead.org
Subject: [PATCH] makedumpfile: add a missing return statement
Date: Tue, 28 Aug 2012 17:16:02 +0200 [thread overview]
Message-ID: <201208281716.02572.ptesarik@suse.cz> (raw)
The remap_init() function lacks a return statement when all goes well.
Signed-off-by: Petr Tesarik <ptesarik@suse.cz>
---
arch/x86.c | 1 +
1 file changed, 1 insertion(+)
--- a/arch/x86.c
+++ b/arch/x86.c
@@ -64,6 +64,7 @@ remap_init(void)
}
max_numnodes = n;
+ return TRUE;
}
int
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
next reply other threads:[~2012-08-28 15:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-28 15:16 Petr Tesarik [this message]
2012-08-30 6:32 ` [PATCH] makedumpfile: add a missing return statement Atsushi Kumagai
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=201208281716.02572.ptesarik@suse.cz \
--to=ptesarik@suse.cz \
--cc=kexec@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox