From: Eric W. Biederman Date: Wed, 4 Oct 2006 09:16:32 +0000 (-0700) Subject: [PATCH] genirq: msi: make the msi boolean tests return either 0 or 1 X-Git-Tag: v2.6.19-rc1~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd159eeca971d594fa30176733b66d37acda82a3;p=pandora-kernel.git [PATCH] genirq: msi: make the msi boolean tests return either 0 or 1 This allows the output of the msi tests to be stored directly in a bit field. If you don't do this a value greater than one will be truncated and become 0. Changing true to false with bizare consequences. Signed-off-by: Eric W. Biederman Cc: Ingo Molnar Cc: Thomas Gleixner Cc: Benjamin Herrenschmidt Cc: Rajesh Shah Cc: Andi Kleen Cc: "Protasevich, Natalie" Cc: "Luck, Tony" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed