aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host')
-rw-r--r--drivers/usb/host/fsl-mph-dr-of.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/fsl-mph-dr-of.c b/drivers/usb/host/fsl-mph-dr-of.c
index 7916e56a725e..ab333ac6071d 100644
--- a/drivers/usb/host/fsl-mph-dr-of.c
+++ b/drivers/usb/host/fsl-mph-dr-of.c
@@ -94,7 +94,6 @@ struct platform_device * __devinit fsl_usb2_device_register(
94 pdev->dev.parent = &ofdev->dev; 94 pdev->dev.parent = &ofdev->dev;
95 95
96 pdev->dev.coherent_dma_mask = ofdev->dev.coherent_dma_mask; 96 pdev->dev.coherent_dma_mask = ofdev->dev.coherent_dma_mask;
97 pdev->dev.dma_mask = &pdev->archdata.dma_mask;
98 *pdev->dev.dma_mask = *ofdev->dev.dma_mask; 97 *pdev->dev.dma_mask = *ofdev->dev.dma_mask;
99 98
100 retval = platform_device_add_data(pdev, pdata, sizeof(*pdata)); 99 retval = platform_device_add_data(pdev, pdata, sizeof(*pdata));