Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84185
b: refs/heads/master
c: b714315
h: refs/heads/master
i:
  84183: a15b7de
v: v3
  • Loading branch information
Len Brown committed Feb 7, 2008
1 parent 9780569 commit b4d073c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9b7131542178f5f948e4bb6bea6e1c545e697b06
refs/heads/master: b7143156c9ceee1a072c57aac8729d2dec5b3bf1
4 changes: 2 additions & 2 deletions trunk/drivers/acpi/system.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ void acpi_irq_stats_init(void)
}

interrupt_stats_attr_group.attrs = all_attrs;
sysfs_create_group(acpi_kobj, &interrupt_stats_attr_group);
return;
if (!sysfs_create_group(acpi_kobj, &interrupt_stats_attr_group))
return;

fail:
delete_gpe_attr_array();
Expand Down

0 comments on commit b4d073c

Please sign in to comment.