Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281421
b: refs/heads/master
c: 68bc730
h: refs/heads/master
i:
  281419: 9d1290f
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Greg Kroah-Hartman committed Dec 22, 2011
1 parent 7602982 commit ac1329d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: bb01443e2cdad4ff5b98e00252e93110d00f4392
refs/heads/master: 68bc73043224fb1a5a22ff9e77a9c758b9828525
2 changes: 0 additions & 2 deletions trunk/drivers/staging/iio/buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ struct iio_buffer_access_funcs {
* created from the iio_chan_info array.
* @pollq: [INTERN] wait queue to allow for polling on the buffer.
* @stufftoread: [INTERN] flag to indicate new data.
* @flags: [INTERN] file ops related flags including busy flag.
* @demux_list: [INTERN] list of operations required to demux the scan.
* @demux_bounce: [INTERN] buffer for doing gather from incoming scan.
**/
Expand All @@ -95,7 +94,6 @@ struct iio_buffer {
struct attribute_group scan_el_group;
wait_queue_head_t pollq;
bool stufftoread;
unsigned long flags;
const struct attribute_group *attrs;
struct list_head demux_list;
unsigned char *demux_bounce;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/iio/industrialio-buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ void iio_chrdev_buffer_release(struct iio_dev *indio_dev)

if (!rb)
return;
clear_bit(IIO_BUSY_BIT_POS, &rb->flags);
if (rb->access->unmark_in_use)
rb->access->unmark_in_use(rb);
}
Expand Down

0 comments on commit ac1329d

Please sign in to comment.