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:
+2
-2
@@ -1279,8 +1279,8 @@ static int __init hvsi_console_init(void)
|
||||
struct hvsi_struct *hp;
|
||||
const uint32_t *vtermno, *irq;
|
||||
|
||||
vtermno = of_get_property(vty, "reg", NULL);
|
||||
irq = of_get_property(vty, "interrupts", NULL);
|
||||
vtermno = get_property(vty, "reg", NULL);
|
||||
irq = get_property(vty, "interrupts", NULL);
|
||||
if (!vtermno || !irq)
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user