Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304074
b: refs/heads/master
c: 9475818
h: refs/heads/master
v: v3
  • Loading branch information
Michael Davidson authored and Greg Kroah-Hartman committed May 4, 2012
1 parent 4b38921 commit 64fe96b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 4ae68e7345b0d5d49e1c2c7583d15a3c177f8a2f
refs/heads/master: 94758185689ee96694558d720d44e81b4e0abc3d
2 changes: 1 addition & 1 deletion trunk/include/linux/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ ssize_t device_store_int(struct device *dev, struct device_attribute *attr,
{ __ATTR(_name, _mode, device_show_ulong, device_store_ulong), &(_var) }
#define DEVICE_INT_ATTR(_name, _mode, _var) \
struct dev_ext_attribute dev_attr_##_name = \
{ __ATTR(_name, _mode, device_show_ulong, device_store_ulong), &(_var) }
{ __ATTR(_name, _mode, device_show_int, device_store_int), &(_var) }

extern int device_create_file(struct device *device,
const struct device_attribute *entry);
Expand Down

0 comments on commit 64fe96b

Please sign in to comment.