Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog

* git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog:
watchdog: mpc8xxx_wdt: fix build

+1 -1
+1 -1
drivers/watchdog/mpc8xxx_wdt.c
··· 195 195 196 196 if (!ofdev->dev.of_match) 197 197 return -EINVAL; 198 - wdt_type = match->data; 198 + wdt_type = ofdev->dev.of_match->data; 199 199 200 200 if (!freq || freq == -1) 201 201 return -EINVAL;