Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206112
b: refs/heads/master
c: 763e9db
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Jesse Barnes committed Aug 4, 2010
1 parent bf6a20d commit 821db6d
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: b879743f26cb029e41ffe865fb939cfc6fa9be88
refs/heads/master: 763e9db9994e27a7d2cb3701c8a097a867d0e0b4
4 changes: 2 additions & 2 deletions trunk/drivers/pci/pci-label.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ smbiosinstance_show(struct device *dev,
}

static struct device_attribute smbios_attr_label = {
.attr = {.name = "label", .mode = 0444, .owner = THIS_MODULE},
.attr = {.name = "label", .mode = 0444},
.show = smbioslabel_show,
};

static struct device_attribute smbios_attr_instance = {
.attr = {.name = "index", .mode = 0444, .owner = THIS_MODULE},
.attr = {.name = "index", .mode = 0444},
.show = smbiosinstance_show,
};

Expand Down

0 comments on commit 821db6d

Please sign in to comment.