Skip to content

Commit

Permalink
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-wat…
Browse files Browse the repository at this point in the history
…chdog

* git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog:
  watchdog: mpc8xxx_wdt: fix build
  • Loading branch information
torvalds committed Apr 7, 2011
2 parents 132452e + d856b41 commit 0c3efe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/watchdog/mpc8xxx_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0c3efe5

Please sign in to comment.