]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
merge mainline into hints
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 24 Dec 2011 01:52:43 +0000 (02:52 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 24 Dec 2011 01:52:43 +0000 (02:52 +0100)
1  2 
util/grub-install.in
util/ieee1275/ofpath.c

Simple merge
index 69319d58ab43f8d1fdb4462c16366c6fc08aa785,dc16bfde92fcfe0ebb14dc7877bfbee2ad09862a..70d3a46f055205bec9884ed203c56f1ecc52587b
@@@ -245,10 -233,9 +245,10 @@@ of_path_of_ide(char *of_path
    p = get_basename (sysfs_path);
    sscanf(p, "%d.%d", &chan, &devno);
  
-   ret = __of_path_common(of_path, sysfs_path, device, devno);
 -  __of_path_common(of_path, sysfs_path, device, 2 * chan + devno);
++  ret = __of_path_common(of_path, sysfs_path, device, 2 * chan + devno);
  
    free (sysfs_path);
 +  return ret;
  }
  
  static int