Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189494
b: refs/heads/master
c: ebd09ec
h: refs/heads/master
v: v3
  • Loading branch information
James Bottomley authored and James Bottomley committed Mar 27, 2010
1 parent c610931 commit daebadd
Show file tree
Hide file tree
Showing 2 changed files with 2 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: cf7474451c3a3cf07811abbf2a39536d33046c36
refs/heads/master: ebd09ec93c90c8ec571d7e166832fb1fc705bf5e
1 change: 1 addition & 0 deletions trunk/drivers/base/attribute_container.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ attribute_container_add_attrs(struct device *classdev)
return sysfs_create_group(&classdev->kobj, cont->grp);

for (i = 0; attrs[i]; i++) {
sysfs_attr_init(&attrs[i]->attr);
error = device_create_file(classdev, attrs[i]);
if (error)
return error;
Expand Down

0 comments on commit daebadd

Please sign in to comment.