Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88201
b: refs/heads/master
c: bb070e4
h: refs/heads/master
i:
  88199: 3868f62
v: v3
  • Loading branch information
Krzysztof Helt authored and Linus Torvalds committed Apr 9, 2008
1 parent a9d6492 commit 39ee35a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ef45cb624b9517f71ad6c61299478c2cc08e4d98
refs/heads/master: bb070e43497d4fcfea7d8b52003fe1376c218343
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ static int acpi_thermal_register_thermal_zone(struct acpi_thermal *tz)
tz->trips.active[i].flags.valid; i++, trips++);
tz->thermal_zone = thermal_zone_device_register("ACPI thermal zone",
trips, tz, &acpi_thermal_zone_ops);
if (!tz->thermal_zone)
if (IS_ERR(tz->thermal_zone))
return -ENODEV;

result = sysfs_create_link(&tz->device->dev.kobj,
Expand Down

0 comments on commit 39ee35a

Please sign in to comment.