From: Russell King Date: Thu, 19 Sep 2013 23:14:38 +0000 (+0100) Subject: usb: musb: use platform_device_register_full() to avoid directly messing with dma... X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~22^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af3848757204a16670d7da94f72beb45564955cc;p=pandora-kernel.git usb: musb: use platform_device_register_full() to avoid directly messing with dma masks Use platform_device_register_full() for those drivers which can, to avoid messing directly with DMA masks. This can only be done when the driver does not need to access the allocated musb platform device from within its callbacks, which may be called during the musb device probing. Signed-off-by: Russell King Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed