From: Christoph Lameter Date: Tue, 17 May 2005 15:48:16 +0000 (-0700) Subject: [PATCH] fix memory scribble in arch/i386/pci/fixup.c X-Git-Tag: v2.6.12-rc5~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff0d2f90fdc4b564d47a7c26b16de81a16cfa28e;p=pandora-kernel.git [PATCH] fix memory scribble in arch/i386/pci/fixup.c The GET_INDEX() macro should use just the low three bits of the devfn, otherwise we have a memory scribble in pcie_rootport_aspm_quirk that overwrites ptype_all Fix it to be more careful about its arguments while at it. Acked by Dely Sy Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed