Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185326
b: refs/heads/master
c: 94089d5
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Greg Kroah-Hartman committed Mar 2, 2010
1 parent 96c3570 commit 06010a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f7410ced7f931bb1ad79d1336412cf7b7a33cb14
refs/heads/master: 94089d56e456d2814c379538919180957a254e4a
2 changes: 1 addition & 1 deletion trunk/drivers/usb/musb/tusb6010_omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ void dma_controller_destroy(struct dma_controller *c)
}
}

if (!tusb_dma->multichannel && tusb_dma && tusb_dma->ch >= 0)
if (tusb_dma && !tusb_dma->multichannel && tusb_dma->ch >= 0)
omap_free_dma(tusb_dma->ch);

kfree(tusb_dma);
Expand Down

0 comments on commit 06010a1

Please sign in to comment.