diff options
| author | 2011-07-23 23:11:19 -0400 | |
|---|---|---|
| committer | 2012-01-03 22:54:55 -0500 | |
| commit | 587a1f1659e8b330b8738ef4901832a2b63f0bed (patch) | |
| tree | b785c3f44ddba6ee036e02268502cdc961f55ea0 /drivers/usb/core/sysfs.c | |
| parent | switch sysfs attr->mode to umode_t (diff) | |
| download | wireguard-linux-587a1f1659e8b330b8738ef4901832a2b63f0bed.tar.xz wireguard-linux-587a1f1659e8b330b8738ef4901832a2b63f0bed.zip | |
switch ->is_visible() to returning umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/usb/core/sysfs.c')
| -rw-r--r-- | drivers/usb/core/sysfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/core/sysfs.c b/drivers/usb/core/sysfs.c index 662c0cf3a3e1..9e491ca2e5c4 100644 --- a/drivers/usb/core/sysfs.c +++ b/drivers/usb/core/sysfs.c @@ -642,7 +642,7 @@ static struct attribute *dev_string_attrs[] = { NULL }; -static mode_t dev_string_attrs_are_visible(struct kobject *kobj, +static umode_t dev_string_attrs_are_visible(struct kobject *kobj, struct attribute *a, int n) { struct device *dev = container_of(kobj, struct device, kobj); @@ -877,7 +877,7 @@ static struct attribute *intf_assoc_attrs[] = { NULL, }; -static mode_t intf_assoc_attrs_are_visible(struct kobject *kobj, +static umode_t intf_assoc_attrs_are_visible(struct kobject *kobj, struct attribute *a, int n) { struct device *dev = container_of(kobj, struct device, kobj); |
