Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1715f5ef authored by David S. Miller's avatar David S. Miller
Browse files

[CPWATCHDOG]: Fix the build.

parent 09ec4314
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -755,7 +755,7 @@ static int __init wd_init(void)

	for_each_ebus(ebus) {
		for_each_ebusdev(edev, ebus) {
			if (!strcmp(edev->prom_name, WD_OBPNAME))
			if (!strcmp(edev->ofdev.node->name, WD_OBPNAME))
				goto ebus_done;
		}
	}