Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236138
b: refs/heads/master
c: b004646
h: refs/heads/master
v: v3
  • Loading branch information
Manohar Vanga authored and Greg Kroah-Hartman committed Feb 28, 2011
1 parent 78536df commit c2ee835
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 0c3a6ede3c9ffff6771915320504e8e140ac18b8
refs/heads/master: b00464677923a7878b8c3164d7462b80f641bba6
4 changes: 0 additions & 4 deletions trunk/drivers/staging/vme/vme.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ struct vme_resource *vme_master_request(struct device *dev,

return resource;

kfree(resource);
err_alloc:
/* Unlock image */
spin_lock(&master_image->lock);
Expand Down Expand Up @@ -768,7 +767,6 @@ struct vme_dma_attr *vme_dma_pattern_attribute(u32 pattern,

return attributes;

kfree(pattern_attr);
err_pat:
kfree(attributes);
err_attr:
Expand Down Expand Up @@ -809,7 +807,6 @@ struct vme_dma_attr *vme_dma_pci_attribute(dma_addr_t address)

return attributes;

kfree(pci_attr);
err_pci:
kfree(attributes);
err_attr:
Expand Down Expand Up @@ -851,7 +848,6 @@ struct vme_dma_attr *vme_dma_vme_attribute(unsigned long long address,

return attributes;

kfree(vme_attr);
err_vme:
kfree(attributes);
err_attr:
Expand Down

0 comments on commit c2ee835

Please sign in to comment.