From 460d47db9da17322f823e3c16123666ef4c6c838 Mon Sep 17 00:00:00 2001 From: Russell King Date: Mon, 10 Jun 2013 20:02:35 +0100 Subject: [PATCH] DMA-API: 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 --- Reading git-format-patch failed