usb: dwc3: omap: drop dma_mask configuration
authorGrygorii Strashko <grygorii.strashko@ti.com>
Tue, 5 Apr 2016 12:09:44 +0000 (15:09 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 18 Apr 2016 12:23:45 +0000 (15:23 +0300)
commit495dd5f78145c44274eeb8ec297195ac71a8fed0
tree72c426df7e62b5af4042322cc7cb3e05344d9e06
parente58dd357741b93f5bc5487aabba968c76bb099ef
usb: dwc3: omap: drop dma_mask configuration

The DWC3 OMAP driver supports DT-boot only, as result dma_mask will be
always configured properly from DT -
of_platform_device_create_pdata()->of_dma_configure(). More over,
dwc3-omap.c can be built as module and in this case it's unsafe to
assign local variable as dma_mask.

Hence, remove dma_mask configuration code.

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/dwc3-omap.c
This page took 0.025735 seconds and 5 git commands to generate.