git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
260eba3
)
usb: musb: musbhsdma: drop the controller check in dma_controller_destroy()
author
Sebastian Andrzej Siewior
<bigeasy@linutronix.de>
Wed, 19 Jun 2013 15:38:10 +0000
(17:38 +0200)
committer
Felipe Balbi
<balbi@ti.com>
Mon, 29 Jul 2013 10:53:17 +0000
(13:53 +0300)
This check is hardly required and alas is wrong. 'c' might be NULL but
the chances are low that 'controller' after the container_of() becomes
NULL.
Since no other DMA implementation is doing that and musb-core does not
call it with a NULL pointer it can dropped.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
No differences found