Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162567
b: refs/heads/master
c: 542f491
h: refs/heads/master
i:
  162565: b8f260c
  162563: 4e2d849
  162559: 8fce623
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent c498232 commit 6984a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2bb6a12a88aeac9bab4ed0cf0da1edc03f5eb686
refs/heads/master: 542f491542b0312f8b28e17a013f6f8f114bda68
1 change: 1 addition & 0 deletions trunk/drivers/staging/iio/accel/lis3l02dq_ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ static void lis3l02dq_trigger_bh_to_ring(struct work_struct *work_s)
rx_array = kmalloc(4 * (st->indio_dev->scan_count), GFP_KERNEL);
if (rx_array == NULL) {
dev_err(&st->us->dev, "memory alloc failed in ring bh");
kfree(data);
return;
}

Expand Down

0 comments on commit 6984a6d

Please sign in to comment.