Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29763
b: refs/heads/master
c: 78dbe70
h: refs/heads/master
i:
  29761: a89cdae
  29759: 606f610
v: v3
  • Loading branch information
David Woodhouse authored and Linus Torvalds committed Jun 25, 2006
1 parent 7688fe0 commit 5ae9ac5
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: c836043e708d50bb301479d0db8e0dc77d4f52ca
refs/heads/master: 78dbe706e22f54bce61571ad837238382e1ba5f9
3 changes: 2 additions & 1 deletion trunk/drivers/char/n_r3964.c
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,8 @@ static void add_msg(struct r3964_client_info *pClient, int msg_id, int arg,
{
queue_the_message:

pMsg = kmalloc(sizeof(struct r3964_message), GFP_KERNEL);
pMsg = kmalloc(sizeof(struct r3964_message),
error_code?GFP_ATOMIC:GFP_KERNEL);
TRACE_M("add_msg - kmalloc %p",pMsg);
if(pMsg==NULL) {
return;
Expand Down

0 comments on commit 5ae9ac5

Please sign in to comment.