Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131418
b: refs/heads/master
c: 18632f8
h: refs/heads/master
v: v3
  • Loading branch information
Hans de Goede authored and Jean Delvare committed Feb 17, 2009
1 parent 1f5d3ac commit eace2f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 603eaa1bdd3e0402085e815cc531bb0a32827a9e
refs/heads/master: 18632f84fac770125c0982dfadec6b551e82144e
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/f71882fg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1932,7 +1932,7 @@ static int __init f71882fg_device_add(unsigned short address,
res.name = f71882fg_pdev->name;
err = acpi_check_resource_conflict(&res);
if (err)
return err;
goto exit_device_put;

err = platform_device_add_resources(f71882fg_pdev, &res, 1);
if (err) {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/vt1211.c
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ static int __init vt1211_device_add(unsigned short address)
res.name = pdev->name;
err = acpi_check_resource_conflict(&res);
if (err)
goto EXIT;
goto EXIT_DEV_PUT;

err = platform_device_add_resources(pdev, &res, 1);
if (err) {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/w83627ehf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1548,7 +1548,7 @@ static int __init sensors_w83627ehf_init(void)

err = acpi_check_resource_conflict(&res);
if (err)
goto exit;
goto exit_device_put;

err = platform_device_add_resources(pdev, &res, 1);
if (err) {
Expand Down

0 comments on commit eace2f1

Please sign in to comment.