From: Jason Gunthorpe Date: Wed, 12 Feb 2014 22:57:07 +0000 (-0700) Subject: bus: mvebu-mbus: Fix incorrect size for PCI aperture resources X-Git-Tag: v3.15-rc1~143^2~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a723e7523c140423ddb450d2ba5c3ba44b003c69;p=pandora-kernel.git bus: mvebu-mbus: Fix incorrect size for PCI aperture resources reg[0] is the DT base, reg[1] is the DT length in bytes, struct resource.end is the inclusive end address, so a -1 is required. Tested on kirkwood. Signed-off-by: Jason Gunthorpe Signed-off-by: Bjorn Helgaas Acked-by: Jason Cooper Acked-by: Arnd Bergmann --- Reading git-diff-tree failed