From: Sebastian Andrzej Siewior Date: Wed, 19 Jun 2013 15:38:11 +0000 (+0200) Subject: usb: musb: dma: merge ->start/stop into create/destroy X-Git-Tag: v3.12-rc1~186^2~77^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66c01883ef19bf4537b16931567b7d35c65356ad;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed