Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338021
b: refs/heads/master
c: b150718
h: refs/heads/master
i:
  338019: 459e8f5
v: v3
  • Loading branch information
Sachin Kamat authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 1e6bc54 commit 5aaaa7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 43f971ebca027fa62b306b8651de31a6bf41a2f7
refs/heads/master: b150718ecb6468d2de1ff593c402ec257dd80c8c
6 changes: 2 additions & 4 deletions trunk/drivers/staging/ozwpan/ozpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,7 @@ static void oz_tx_frame_free(struct oz_pd *pd, struct oz_tx_frame *f)
f = 0;
}
spin_unlock_bh(&pd->tx_frame_lock);
if (f)
kfree(f);
kfree(f);
}
/*------------------------------------------------------------------------------
* Context: softirq-serialized
Expand Down Expand Up @@ -737,8 +736,7 @@ int oz_isoc_stream_create(struct oz_pd *pd, u8 ep_num)
st = 0;
}
spin_unlock_bh(&pd->stream_lock);
if (st)
kfree(st);
kfree(st);
return 0;
}
/*------------------------------------------------------------------------------
Expand Down

0 comments on commit 5aaaa7a

Please sign in to comment.