lkml.org 
[lkml]   [2013]   [Jan]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [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...".


\
 
 \ /
  Last update: 2013-01-18 14:21    [W:0.032 / U:0.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site