public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] acpi: Eliminate a bit o'redudancy
@ 2009-03-20  0:16 Arnaldo Carvalho de Melo
  0 siblings, 0 replies; only message in thread
From: Arnaldo Carvalho de Melo @ 2009-03-20  0:16 UTC (permalink / raw)
  To: Len Brown; +Cc: Linux Kernel Mailing List, David Miller

I haven't checked if this pessimizes code, its just that when testing my
CTF encoder it decided that if the base type has the same bits as the
bitfield member and CTF has no expressiveness as in the bloated DWARF
format to express this case, so, to avoid my testcases from pointing me
this oxymoron, can you please apply this patch?

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h
index e9f6574..498b0a0 100644
--- a/include/acpi/acpi_bus.h
+++ b/include/acpi/acpi_bus.h
@@ -236,7 +236,7 @@ struct acpi_device_power {
 /* Performance Management */
 
 struct acpi_device_perf_flags {
-	u8 reserved:8;
+	u8 reserved;
 };
 
 struct acpi_device_perf_state {

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-20  0:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-20  0:16 [PATCH] acpi: Eliminate a bit o'redudancy Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox