Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97498
b: refs/heads/master
c: 57f50ca
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed May 30, 2008
1 parent 83a790a commit cf019b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1beee8dc8cf58e3f605bd7b34d7a39939be7d8d2
refs/heads/master: 57f50ca127a3189566af0d6378394c75a26f0f7e
3 changes: 1 addition & 2 deletions trunk/drivers/watchdog/geodewdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,7 @@ geodewdt_probe(struct platform_device *dev)
{
int ret, timer;

timer = geode_mfgpt_alloc_timer(MFGPT_TIMER_ANY,
MFGPT_DOMAIN_WORKING, THIS_MODULE);
timer = geode_mfgpt_alloc_timer(MFGPT_TIMER_ANY, MFGPT_DOMAIN_WORKING);

if (timer == -1) {
printk(KERN_ERR "geodewdt: No timers were available\n");
Expand Down

0 comments on commit cf019b0

Please sign in to comment.