Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280999
b: refs/heads/master
c: f791cec
h: refs/heads/master
i:
  280997: b531afa
  280995: e8a6067
  280991: dcc3b86
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Nov 27, 2011
1 parent 3076fa4 commit f1c445c
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: 96e00f110fae862b61f3db9dc25fe8f0f43f77e9
refs/heads/master: f791cec85073298d00f18b8492b79a8b4e9b0580
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 @@ -261,7 +261,7 @@ static int iio_event_getfd(struct iio_dev *indio_dev)
indio_dev->event_interface, O_RDONLY);
if (fd < 0) {
mutex_lock(&indio_dev->event_interface->event_list_lock);
clear_bit(IIO_BUSY_BIT_POS, &ev_int->flags);
clear_bit(IIO_BUSY_BIT_POS, &indio_dev->event_interface->flags);
mutex_unlock(&indio_dev->event_interface->event_list_lock);
}
return fd;
Expand Down

0 comments on commit f1c445c

Please sign in to comment.