Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314607
b: refs/heads/master
c: be4852c
h: refs/heads/master
i:
  314605: 90f737d
  314603: dd4cdab
  314599: 3e87468
  314591: 2c54d0b
v: v3
  • Loading branch information
Kim Lilliestierna XX authored and David S. Miller committed Jun 25, 2012
1 parent 617f8be commit d2a22ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: e71094f989a48ba776ec117958481682c232ba0b
refs/heads/master: be4852c957b7c1e8eeac8d13c3ef228508c0873a
3 changes: 0 additions & 3 deletions trunk/net/caif/caif_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,8 @@ static int caifd_refcnt_read(struct caif_device_entry *e)
/* Allocate new CAIF device. */
static struct caif_device_entry *caif_device_alloc(struct net_device *dev)
{
struct caif_device_entry_list *caifdevs;
struct caif_device_entry *caifd;

caifdevs = caif_device_list(dev_net(dev));

caifd = kzalloc(sizeof(*caifd), GFP_KERNEL);
if (!caifd)
return NULL;
Expand Down

0 comments on commit d2a22ab

Please sign in to comment.