Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235377
b: refs/heads/master
c: c88ba39
h: refs/heads/master
i:
  235375: 0a0583b
v: v3
  • Loading branch information
Huzaifa Sidhpurwala authored and Felipe Balbi committed Mar 1, 2011
1 parent 929609a commit e5e0eda
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 70045c57f31f998a7206baa81167c7bc9f452cef
refs/heads/master: c88ba39c1ea6a1591b6842199069ff50748d2073
4 changes: 2 additions & 2 deletions trunk/drivers/usb/musb/tusb6010_omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ dma_controller_create(struct musb *musb, void __iomem *base)

tusb_dma = kzalloc(sizeof(struct tusb_omap_dma), GFP_KERNEL);
if (!tusb_dma)
goto cleanup;
goto out;

tusb_dma->musb = musb;
tusb_dma->tbase = musb->ctrl_base;
Expand Down Expand Up @@ -721,6 +721,6 @@ dma_controller_create(struct musb *musb, void __iomem *base)

cleanup:
dma_controller_destroy(&tusb_dma->controller);

out:
return NULL;
}

0 comments on commit e5e0eda

Please sign in to comment.