Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317815
b: refs/heads/master
c: a1bdeef
h: refs/heads/master
i:
  317813: ac93a76
  317811: 101c825
  317807: 91ddbe4
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Jonathan Cameron committed Jul 8, 2012
1 parent 4a94cb1 commit 075b746
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a4eef3057dff597099673c42f8e3d0455deb9fe1
refs/heads/master: a1bdeefd7bccabb265fa9c74811008a8582c1c7d
3 changes: 2 additions & 1 deletion trunk/drivers/staging/iio/iio_simple_dummy_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static irqreturn_t iio_simple_dummy_trigger_h(int irq, void *p)

data = kmalloc(indio_dev->scan_bytes, GFP_KERNEL);
if (data == NULL)
return -ENOMEM;
goto done;

if (!bitmap_empty(indio_dev->active_scan_mask, indio_dev->masklength)) {
/*
Expand Down Expand Up @@ -91,6 +91,7 @@ static irqreturn_t iio_simple_dummy_trigger_h(int irq, void *p)

kfree(data);

done:
/*
* Tell the core we are done with this trigger and ready for the
* next one.
Expand Down

0 comments on commit 075b746

Please sign in to comment.