From patchwork Sat May 12 09:05:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 8563 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 3475E23EAB for ; Sat, 12 May 2012 09:05:59 +0000 (UTC) Received: from mail-ob0-f180.google.com (mail-ob0-f180.google.com [209.85.214.180]) by fiordland.canonical.com (Postfix) with ESMTP id E396AA1831F for ; Sat, 12 May 2012 09:05:58 +0000 (UTC) Received: by obbun3 with SMTP id un3so1765943obb.11 for ; Sat, 12 May 2012 02:05:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=dluK88onG2K2VeH3s4fjGkepYvP9w34vropGDA2I7lw=; b=Tqg/oyweVnwnfoI15T9fyPXg9xybckSLZAhDNzUx3D2smN6TgvD8pfqkaGHK/NMDwt jxh9OOv/ZrlpO9sPHCbYRvL5ybirEsqYhh7QMwh4yfH/ovszbfRmUilXfMeopvJ75Kfv VGVw6G9V1wzqncjLsbYVxkxj+NtdePI8Fodg0RKAOtLzoy78Iv9d0flGX9/5kyQtWIaM dVqIO+VyTWZAIHMhARZE3bNcCE/aEFiKymYHwp/XA/ydFXG5z+NGOE2rJ5MgI8QYNJde 4PMe7k7wYZZkRfkxcm3EHWKbxyTiooqjhu23aZwSO5qK43X9VX3/fKNxA1TEonA3bEu/ xeVQ== Received: by 10.50.89.168 with SMTP id bp8mr571104igb.3.1336813558265; Sat, 12 May 2012 02:05:58 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.73.147 with SMTP id q19csp228404ibj; Sat, 12 May 2012 02:05:57 -0700 (PDT) Received: by 10.112.101.169 with SMTP id fh9mr517846lbb.18.1336813556461; Sat, 12 May 2012 02:05:56 -0700 (PDT) Received: from mail.df.lth.se (mail.df.lth.se. [194.47.250.12]) by mx.google.com with ESMTPS id ss10si6607143lab.30.2012.05.12.02.05.55 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 12 May 2012 02:05:56 -0700 (PDT) Received-SPF: neutral (google.com: 194.47.250.12 is neither permitted nor denied by best guess record for domain of linus.walleij@linaro.org) client-ip=194.47.250.12; Authentication-Results: mx.google.com; spf=neutral (google.com: 194.47.250.12 is neither permitted nor denied by best guess record for domain of linus.walleij@linaro.org) smtp.mail=linus.walleij@linaro.org Received: from fecusia (c83-249-216-219.bredband.comhem.se [83.249.216.219]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.df.lth.se (Postfix) with ESMTPSA id 3C15665D87; Sat, 12 May 2012 11:05:54 +0200 (CEST) Received: by fecusia (sSMTP sendmail emulation); Sat, 12 May 2012 11:05:53 +0200 From: "Linus Walleij" To: linux-arm-kernel@lists.infradead.org Cc: Linus Walleij Subject: [PATCH] ARM: integrator: fix typo in PCI swizzle function Date: Sat, 12 May 2012 11:05:46 +0200 Message-Id: <1336813546-25766-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.7.7.6 X-Gm-Message-State: ALoCoQncyUSMTqDgn8Zuo00XiKuHZE5sVxCCvcsp5XFKQSeSc0nia+GdayQ0pQedr7ymFX1VnDQH The next tree didn't compile due to a typo in commit cfb32a689949d09f112493de4a1e3e5900db2053 "ARM: PCI: integrator: use common PCI swizzle" Signed-off-by: Linus Walleij --- arch/arm/mach-integrator/pci.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-integrator/pci.c b/arch/arm/mach-integrator/pci.c index 40f4b4f..6c1667e 100644 --- a/arch/arm/mach-integrator/pci.c +++ b/arch/arm/mach-integrator/pci.c @@ -73,7 +73,7 @@ static u8 __init integrator_swizzle(struct pci_dev *dev, u8 *pinp) if (*pinp == 0) *pinp = 1; - return pci_std_swizzle(dev, pinp); + return pci_common_swizzle(dev, pinp); } static int irq_tab[4] __initdata = {