commit | 66c01883ef19bf4537b16931567b7d35c65356ad | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Wed Jun 19 17:38:11 2013 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Mon Jul 29 13:53:18 2013 +0300 |
tree | 99da616e10bf13181dad379d97748980784c74e6 | |
parent | ff2283229da616d9a029eaa0d483fa8b0ad55e77 [diff] |
usb: musb: dma: merge ->start/stop into create/destroy The core code creates a controller and immediately after that it calls the ->start() callback. This one might drop an error but nobody cares. The same thing happens in the destroy corner: First ->stop() called followed by destroy callback. So why not merge those two into the same function since there is no difference. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Felipe Balbi <balbi@ti.com>