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

Commit 0c3efe54 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
parents 132452ee d856b418
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ static int __devinit mpc8xxx_wdt_probe(struct platform_device *ofdev)

	if (!ofdev->dev.of_match)
		return -EINVAL;
	wdt_type = match->data;
	wdt_type = ofdev->dev.of_match->data;

	if (!freq || freq == -1)
		return -EINVAL;