Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309393
b: refs/heads/master
c: fb55140
h: refs/heads/master
i:
  309391: 0b964b9
v: v3
  • Loading branch information
Hans de Goede authored and Wim Van Sebroeck committed May 30, 2012
1 parent 2dc3d32 commit 4d0af99
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 317 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: e907df32725204d6d2cb79b872529911c8eadcdf
refs/heads/master: fb551405c0f8e15d6fc7ae6e16a5e15382f8b8ac
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/sch5627.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ static int __devinit sch5627_probe(struct platform_device *pdev)
}

/* Note failing to register the watchdog is not a fatal error */
data->watchdog = sch56xx_watchdog_register(data->addr,
data->watchdog = sch56xx_watchdog_register(&pdev->dev, data->addr,
(build_code << 24) | (build_id << 8) | hwmon_rev,
&data->update_lock, 1);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/sch5636.c
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ static int __devinit sch5636_probe(struct platform_device *pdev)
}

/* Note failing to register the watchdog is not a fatal error */
data->watchdog = sch56xx_watchdog_register(data->addr,
data->watchdog = sch56xx_watchdog_register(&pdev->dev, data->addr,
(revision[0] << 8) | revision[1],
&data->update_lock, 0);

Expand Down
Loading

0 comments on commit 4d0af99

Please sign in to comment.