]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit
usb: chipidea: usb2: delete the redundant setting default DMA mask code
authorJisheng Zhang <jszhang@marvell.com>
Mon, 23 Jan 2017 07:09:23 +0000 (15:09 +0800)
committerPeter Chen <peter.chen@nxp.com>
Mon, 23 Jan 2017 09:02:39 +0000 (17:02 +0800)
commit30a9566a4f6071ef159f83e18f8c15a66ee08c2d
tree56ed22da9700d06d4c931de78057b6cd63df8716
parentbec584a87780f2ad0c04157bc7dd3796abfebd2c
usb: chipidea: usb2: delete the redundant setting default DMA mask code

Similar as commit 2b2fe36def08 ("usb: chipidea: imx: delete the
redundant setting default DMA mask code"), the ci_hdrc_usb2 platform
device is also created by device tree, the default DMA mask should be
already set by of_dma_configure when the device are created. So delete
the redundant code at driver.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
drivers/usb/chipidea/ci_hdrc_usb2.c