* [PATCH] x86: edd: fix wrong return type for read_mbr_sig() function
@ 2012-01-03 0:23 Paulo Alcantara
0 siblings, 0 replies; only message in thread
From: Paulo Alcantara @ 2012-01-03 0:23 UTC (permalink / raw)
To: hpa; +Cc: linux-kernel, Paulo Alcantara
Signed-off-by: Paulo Alcantara <pcacjr@gmail.com>
---
arch/x86/boot/edd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/boot/edd.c b/arch/x86/boot/edd.c
index c501a5b..7209b2d 100644
--- a/arch/x86/boot/edd.c
+++ b/arch/x86/boot/edd.c
@@ -36,7 +36,7 @@ static int read_mbr(u8 devno, void *buf)
return -(oreg.eflags & X86_EFLAGS_CF); /* 0 or -1 */
}
-static u32 read_mbr_sig(u8 devno, struct edd_info *ei, u32 *mbrsig)
+static int read_mbr_sig(u8 devno, struct edd_info *ei, u32 *mbrsig)
{
int sector_size;
char *mbrbuf_ptr, *mbrbuf_end;
--
1.7.7.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-03 0:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-03 0:23 [PATCH] x86: edd: fix wrong return type for read_mbr_sig() function Paulo Alcantara
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®