From: David Howells Date: Mon, 18 Aug 2008 09:58:17 +0000 (+0200) Subject: werror: fix pci calgary X-Git-Tag: v2.6.27-rc5~50^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85d577979a8a94a32ca1d828a91c2eb8300bc9f2;p=pandora-kernel.git werror: fix pci calgary Fix an integer comparison always false warning in the PCI Calgary 64 driver. A u8 is being compared to something that's 512 by default, resulting in the following warning: arch/x86/kernel/pci-calgary_64.c:1285: warning: comparison is always false due to limited range of data type This was introduced by patch b34e90b8f0f30151349134f87b5dc6ef75a5218c. Signed-off-by: David Howells Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed