You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Revert "[POWERPC] Rename get_property to of_get_property: drivers"
This reverts commit d05c7a80cf,
which included changes which should go via other subsystem
maintainers.
This commit is contained in:
@@ -131,7 +131,7 @@ int __init find_via_cuda(void)
|
||||
if (vias == 0)
|
||||
return 0;
|
||||
|
||||
reg = of_get_property(vias, "reg", NULL);
|
||||
reg = get_property(vias, "reg", NULL);
|
||||
if (reg == NULL) {
|
||||
printk(KERN_ERR "via-cuda: No \"reg\" property !\n");
|
||||
goto fail;
|
||||
|
||||
Reference in New Issue
Block a user