[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20071105225840.610943fc.akpm@linux-foundation.org>
Date: Mon, 5 Nov 2007 22:58:40 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: trenn@...e.de
Cc: linux-acpi <linux-acpi@...r.kernel.org>,
linux-kernel <linux-kernel@...r.kernel.org>,
Len Brown <lenb@...nel.org>, Jean Delvare <khali@...ux-fr.org>
Subject: Re: [PATCH 1/5] Small ACPICA extension to be able to store the name
of operation regions in osl.c later
this patch introduces a compile error:
drivers/acpi/osl.c:1203: error: conflicting types for 'acpi_os_validate_address'
include/acpi/acpiosxf.h:243: error: previous declaration of 'acpi_os_validate_address' was here
which the next patch fixes. This breaks git-bisection and will cause great
gnashing of teeth to those who hit it.
Also, please fix this:
drivers/acpi/osl.c: In function 'acpi_os_validate_address':
drivers/acpi/osl.c:1365: warning: format '%llx' expects type 'long long unsigned int', but argument 4 has type 'long unsigned int'
drivers/acpi/osl.c:1365: warning: format '%s' expects type 'char *', but argument 5 has type 'long unsigned int'
it's all covered in Documentation/SubmitChecklist but it seems that
file was write-only.
<goes back to fixing build errors>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists