Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280217
b: refs/heads/master
c: 9104e42
h: refs/heads/master
i:
  280215: d0040aa
v: v3
  • Loading branch information
Al Viro committed Jan 4, 2012
1 parent d5630e6 commit 8154266
Show file tree
Hide file tree
Showing 3 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: 2c9ede55ecec58099b72e4bb8eab719f32f72c31
refs/heads/master: 9104e427f3e21ddb380ddc39752624365b5bffea
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/intel_menlow.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ static ssize_t bios_enabled_show(struct device *dev,
return sprintf(buf, "%s\n", bios_enabled ? "enabled" : "disabled");
}

static int intel_menlow_add_one_attribute(char *name, int mode, void *show,
static int intel_menlow_add_one_attribute(char *name, umode_t mode, void *show,
void *store, struct device *dev,
acpi_handle handle)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/sysfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ enum kobj_ns_type;

struct attribute {
const char *name;
mode_t mode;
umode_t mode;
#ifdef CONFIG_DEBUG_LOCK_ALLOC
struct lock_class_key *key;
struct lock_class_key skey;
Expand Down

0 comments on commit 8154266

Please sign in to comment.