From: Bjorn Helgaas Date: Fri, 27 Jun 2008 22:57:15 +0000 (-0600) Subject: PNP: remove extra 0x100 bit from option priority X-Git-Tag: v2.6.27-rc1~1050^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2a1a6f1cfaf6ee770a8700e5df8a3708dae503b;p=pandora-kernel.git PNP: remove extra 0x100 bit from option priority When building resource options, ISAPNP and PNPBIOS set the priority to something like "0x100 | PNP_RES_PRIORITY_ACCEPTABLE", but we immediately mask off the 0x100 again in pnp_build_option(), so that bit looks superfluous. Thanks to Rene Herman for pointing this out. Signed-off-by: Bjorn Helgaas Signed-off-by: Andi Kleen Acked-by: Rene Herman Signed-off-by: Len Brown --- Reading git-diff-tree failed