Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205536
b: refs/heads/master
c: 0c8617d
h: refs/heads/master
v: v3
  • Loading branch information
Guenter Roeck authored and Greg Kroah-Hartman committed Aug 5, 2010
1 parent d0b091e commit 42bb761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: cf9e82a8a03cee3c4ffe0a23ca0f17bd57b3cc60
refs/heads/master: 0c8617d3abf6a83b05f80179f8729a002f4160ad
4 changes: 1 addition & 3 deletions trunk/drivers/leds/leds-bd2802.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ static ssize_t bd2802_store_reg##reg_addr(struct device *dev, \
return count; \
} \
static struct device_attribute bd2802_reg##reg_addr##_attr = { \
.attr = {.name = reg_name, .mode = 0644, .owner = THIS_MODULE}, \
.attr = {.name = reg_name, .mode = 0644}, \
.store = bd2802_store_reg##reg_addr, \
};

Expand Down Expand Up @@ -482,7 +482,6 @@ static struct device_attribute bd2802_adv_conf_attr = {
.attr = {
.name = "advanced_configuration",
.mode = 0644,
.owner = THIS_MODULE
},
.show = bd2802_show_adv_conf,
.store = bd2802_store_adv_conf,
Expand Down Expand Up @@ -519,7 +518,6 @@ static struct device_attribute bd2802_##attr_name##_attr = { \
.attr = { \
.name = name_str, \
.mode = 0644, \
.owner = THIS_MODULE \
}, \
.show = bd2802_show_##attr_name, \
.store = bd2802_store_##attr_name, \
Expand Down

0 comments on commit 42bb761

Please sign in to comment.