Loading drivers/ata/sata_svw.c +1 −1 Original line number Diff line number Diff line Loading @@ -297,7 +297,7 @@ static int k2_sata_proc_info(struct Scsi_Host *shost, char *page, char **start, /* Match it to a port node */ index = (ap == ap->host->ports[0]) ? 0 : 1; for (np = np->child; np != NULL; np = np->sibling) { const u32 *reg = get_property(np, "reg", NULL); const u32 *reg = of_get_property(np, "reg", NULL); if (!reg) continue; if (index == *reg) Loading drivers/char/agp/uninorth-agp.c +1 −1 Original line number Diff line number Diff line Loading @@ -613,7 +613,7 @@ static int __devinit agp_uninorth_probe(struct pci_dev *pdev, uninorth_node = of_find_node_by_name(NULL, "u3"); } if (uninorth_node) { const int *revprop = get_property(uninorth_node, const int *revprop = of_get_property(uninorth_node, "device-rev", NULL); if (revprop != NULL) uninorth_rev = *revprop & 0x3f; Loading drivers/char/briq_panel.c +1 −1 Original line number Diff line number Diff line Loading @@ -206,7 +206,7 @@ static int __init briq_panel_init(void) const char *machine; int i; machine = get_property(root, "model", NULL); machine = of_get_property(root, "model", NULL); if (!machine || strncmp(machine, "TotalImpact,BRIQ-1", 18) != 0) return -ENODEV; Loading drivers/char/hvc_iseries.c +1 −1 Original line number Diff line number Diff line Loading @@ -575,7 +575,7 @@ static int hvc_find_vtys(void) (num_found >= VTTY_PORTS)) break; vtermno = get_property(vty, "reg", NULL); vtermno = of_get_property(vty, "reg", NULL); if (!vtermno) continue; Loading drivers/char/hvc_vio.c +1 −1 Original line number Diff line number Diff line Loading @@ -153,7 +153,7 @@ static int hvc_find_vtys(void) if (num_found >= MAX_NR_HVC_CONSOLES) break; vtermno = get_property(vty, "reg", NULL); vtermno = of_get_property(vty, "reg", NULL); if (!vtermno) continue; Loading Loading
drivers/ata/sata_svw.c +1 −1 Original line number Diff line number Diff line Loading @@ -297,7 +297,7 @@ static int k2_sata_proc_info(struct Scsi_Host *shost, char *page, char **start, /* Match it to a port node */ index = (ap == ap->host->ports[0]) ? 0 : 1; for (np = np->child; np != NULL; np = np->sibling) { const u32 *reg = get_property(np, "reg", NULL); const u32 *reg = of_get_property(np, "reg", NULL); if (!reg) continue; if (index == *reg) Loading
drivers/char/agp/uninorth-agp.c +1 −1 Original line number Diff line number Diff line Loading @@ -613,7 +613,7 @@ static int __devinit agp_uninorth_probe(struct pci_dev *pdev, uninorth_node = of_find_node_by_name(NULL, "u3"); } if (uninorth_node) { const int *revprop = get_property(uninorth_node, const int *revprop = of_get_property(uninorth_node, "device-rev", NULL); if (revprop != NULL) uninorth_rev = *revprop & 0x3f; Loading
drivers/char/briq_panel.c +1 −1 Original line number Diff line number Diff line Loading @@ -206,7 +206,7 @@ static int __init briq_panel_init(void) const char *machine; int i; machine = get_property(root, "model", NULL); machine = of_get_property(root, "model", NULL); if (!machine || strncmp(machine, "TotalImpact,BRIQ-1", 18) != 0) return -ENODEV; Loading
drivers/char/hvc_iseries.c +1 −1 Original line number Diff line number Diff line Loading @@ -575,7 +575,7 @@ static int hvc_find_vtys(void) (num_found >= VTTY_PORTS)) break; vtermno = get_property(vty, "reg", NULL); vtermno = of_get_property(vty, "reg", NULL); if (!vtermno) continue; Loading
drivers/char/hvc_vio.c +1 −1 Original line number Diff line number Diff line Loading @@ -153,7 +153,7 @@ static int hvc_find_vtys(void) if (num_found >= MAX_NR_HVC_CONSOLES) break; vtermno = get_property(vty, "reg", NULL); vtermno = of_get_property(vty, "reg", NULL); if (!vtermno) continue; Loading