| Submitter | sjur.brandeland@stericsson.com |
|---|---|
| Date | June 25, 2012, 5:49 p.m. |
| Message ID | <1340646583-21059-2-git-send-email-sjur.brandeland@stericsson.com> |
| Download | mbox | patch |
| Permalink | /patch/167194/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/net/caif/caif_dev.c b/net/caif/caif_dev.c index aa6f716..92c9397 100644 --- a/net/caif/caif_dev.c +++ b/net/caif/caif_dev.c @@ -91,11 +91,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;