[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20130118114340.GD23505@n2100.arm.linux.org.uk>
Date: Fri, 18 Jan 2013 11:43:40 +0000
From: Russell King - ARM Linux <linux@....linux.org.uk>
To: Andrew Murray <Andrew.Murray@....com>
Cc: Thierry Reding <thierry.reding@...onic-design.de>,
Arnd Bergmann <arnd@...db.de>,
Stephen Warren <swarren@...dotorg.org>,
"linux-tegra@...r.kernel.org" <linux-tegra@...r.kernel.org>,
Grant Likely <grant.likely@...retlab.ca>,
"rob.herring@...xeda.com" <rob.herring@...xeda.com>,
Bjorn Helgaas <bhelgaas@...gle.com>,
Jason Gunthorpe <jgunthorpe@...idianresearch.com>,
Thomas Petazzoni <thomas.petazzoni@...e-electrons.com>,
"devicetree-discuss@...ts.ozlabs.org"
<devicetree-discuss@...ts.ozlabs.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-pci@...r.kernel.org" <linux-pci@...r.kernel.org>
Subject: Re: [PATCH RFC 2/2] Improve bios32 support for DT PCI host bridge
controllers
On Fri, Jan 18, 2013 at 11:40:19AM +0000, Andrew Murray wrote:
> static void __init pcibios_init_hw(struct hw_pci *hw, struct list_head *head)
> {
> struct pci_sys_data *sys = NULL;
> + static int busnr;
> int ret;
> - int nr, busnr;
> -
> - for (nr = busnr = 0; nr < hw->nr_controllers; nr++) {
> + int nr;
> + for (nr = 0; nr < hw->nr_controllers; nr++) {
Please try to retain the originally formatting. There should be a blank
line between "int nr;" and "for...".
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists