Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280995
b: refs/heads/master
c: 0403e0d
h: refs/heads/master
i:
  280993: b0daf8c
  280991: dcc3b86
v: v3
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent 4066fd9 commit e8a6067
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: 5dd72ecb0166498852705939163f375d693d37f3
refs/heads/master: 0403e0d643809f1608448ada38a1877f26b7bf5d
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/industrialio-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ int __iio_device_attr_init(struct device_attribute *dev_attr,
sysfs_attr_init(&dev_attr->attr);

/* Build up postfix of <extend_name>_<modifier>_postfix */
if (chan->modified) {
if (chan->modified && !generic) {
if (chan->extend_name)
full_postfix = kasprintf(GFP_KERNEL, "%s_%s_%s",
iio_modifier_names[chan
Expand Down

0 comments on commit e8a6067

Please sign in to comment.