Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352055
b: refs/heads/master
c: ad4437d
h: refs/heads/master
i:
  352053: 8fb2893
  352051: 9363df1
  352047: 7a787ae
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Feb 4, 2013
1 parent 39829da commit 5b36381
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 8c98653f05534acd1cb07ea4929702a3659177d1
refs/heads/master: ad4437d4edeabe6a8d34f8cb3865be005ded6a1e
6 changes: 0 additions & 6 deletions trunk/drivers/net/caif/caif_shmcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -633,9 +633,6 @@ int caif_shmcore_probe(struct shmdev_layer *pshm_dev)
kmalloc(sizeof(struct buf_list), GFP_KERNEL);

if (tx_buf == NULL) {
pr_warn("ERROR, Could not"
" allocate dynamic mem. for tx_buf,"
" Bailing out ...\n");
free_netdev(pshm_dev->pshm_netdev);
return -ENOMEM;
}
Expand All @@ -662,9 +659,6 @@ int caif_shmcore_probe(struct shmdev_layer *pshm_dev)
kmalloc(sizeof(struct buf_list), GFP_KERNEL);

if (rx_buf == NULL) {
pr_warn("ERROR, Could not"
" allocate dynamic mem.for rx_buf,"
" Bailing out ...\n");
free_netdev(pshm_dev->pshm_netdev);
return -ENOMEM;
}
Expand Down

0 comments on commit 5b36381

Please sign in to comment.