Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368235
b: refs/heads/master
c: c3f14cf
h: refs/heads/master
i:
  368233: d901c7b
  368231: b3767f8
v: v3
  • Loading branch information
Zhang Yanfei authored and David S. Miller committed Mar 12, 2013
1 parent e1bbd20 commit 4effbea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 3871c3876f8084a2f40ba3c3fc20a6bb5754d88d
refs/heads/master: c3f14cf924c7d97a89d505bdc0a06cf0d8efcdf6
3 changes: 1 addition & 2 deletions trunk/drivers/isdn/capi/capidrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,7 @@ static int capidrv_add_ack(struct capidrv_ncci *nccip,
{
struct ncci_datahandle_queue *n, **pp;

n = (struct ncci_datahandle_queue *)
kmalloc(sizeof(struct ncci_datahandle_queue), GFP_ATOMIC);
n = kmalloc(sizeof(struct ncci_datahandle_queue), GFP_ATOMIC);
if (!n) {
printk(KERN_ERR "capidrv: kmalloc ncci_datahandle failed\n");
return -1;
Expand Down

0 comments on commit 4effbea

Please sign in to comment.