Re: [PATCH] pci: Fix pcie access for PCI_EXP_FLAGS

2013-02-15 Thread Bjorn Helgaas
On Thu, Feb 14, 2013 at 11:35 AM, Alex Williamson wrote: > PCI_EXP_FLAGS_TYPE is a mask, not an offset. Fix it. > > Signed-off-by: Alex Williamson I applied this to pci/misc so it will appear in v3.9 and marked it for stable for v3.7+. Thanks! > --- > drivers/pci/access.c |2 +- > 1 file

[PATCH] pci: Fix pcie access for PCI_EXP_FLAGS

2013-02-14 Thread Alex Williamson
PCI_EXP_FLAGS_TYPE is a mask, not an offset. Fix it. Signed-off-by: Alex Williamson --- drivers/pci/access.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/access.c b/drivers/pci/access.c index 3af0478..32046c5 100644 --- a/drivers/pci/access.c +++ b/drivers/