Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306716
b: refs/heads/master
c: ae9a340
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Kalle Valo committed Apr 13, 2012
1 parent 4d17aa1 commit 5fab3bc
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 6146ca69031e3ad697d801e7e242b554d7969de1
refs/heads/master: ae9a3405fd28ce05dc3d0b51d541fd5ec742b3b4
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/ath/ath6kl/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,10 @@ static ssize_t ath6kl_fwlog_block_read(struct file *file,

ret = wait_for_completion_interruptible(
&ar->debug.fwlog_completion);
if (ret == -ERESTARTSYS)
if (ret == -ERESTARTSYS) {
vfree(buf);
return ret;
}

spin_lock(&ar->debug.fwlog_queue.lock);
}
Expand Down

0 comments on commit 5fab3bc

Please sign in to comment.