diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-04-30 23:54:02 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-02 06:04:32 -0400 |
commit | 40cd3a4564ed6b7bc0279430120ca0e9b83cf486 (patch) | |
tree | 1b7b7705613d915f4f2ca2f79bec4d246171086a /drivers/ata | |
parent | 9f9a3b8a06b7965335bfe5162c1a50e4d9c3859b (diff) |
[POWERPC] Rename get_property to of_get_property: drivers
These are all the remaining instances of get_property. Simple rename of
get_property to of_get_property.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/sata_svw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_svw.c b/drivers/ata/sata_svw.c index cc07aac10e8c..17246734fe76 100644 --- a/drivers/ata/sata_svw.c +++ b/drivers/ata/sata_svw.c | |||
@@ -288,7 +288,7 @@ static int k2_sata_proc_info(struct Scsi_Host *shost, char *page, char **start, | |||
288 | /* Match it to a port node */ | 288 | /* Match it to a port node */ |
289 | index = (ap == ap->host->ports[0]) ? 0 : 1; | 289 | index = (ap == ap->host->ports[0]) ? 0 : 1; |
290 | for (np = np->child; np != NULL; np = np->sibling) { | 290 | for (np = np->child; np != NULL; np = np->sibling) { |
291 | const u32 *reg = get_property(np, "reg", NULL); | 291 | const u32 *reg = of_get_property(np, "reg", NULL); |
292 | if (!reg) | 292 | if (!reg) |
293 | continue; | 293 | continue; |
294 | if (index == *reg) | 294 | if (index == *reg) |