Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217498
b: refs/heads/master
c: a56d531
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Oct 26, 2010
1 parent 57ee5d3 commit ccb7d4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f3ab2636c5c1dd9ab0ff53a46d8354d5769ffdd4
refs/heads/master: a56d5318716d120e040294bb258901ba89fb9c90
2 changes: 2 additions & 0 deletions trunk/drivers/char/hpet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,8 @@ static int hpet_acpi_add(struct acpi_device *device)
return -ENODEV;

if (!data.hd_address || !data.hd_nirqs) {
if (data.hd_address)
iounmap(data.hd_address);
printk("%s: no address or irqs in _CRS\n", __func__);
return -ENODEV;
}
Expand Down

0 comments on commit ccb7d4b

Please sign in to comment.