aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-29 21:09:01 -0400
committerLuis Henriques <luis.henriques@canonical.com>2012-05-25 12:24:37 -0400
commit114390429dbac6b72d381ed56694eff5b4169aa7 (patch)
tree20f6cd67e9f786a4c6d4d9b1681197ab2f8ad1fe /drivers/usb
parent482441251252234ca429d786988b1a5e3419b82f (diff)
Revert "usb: Fix build error due to dma_mask is not at pdev_archdata at ARM"
BugLink: http://bugs.launchpad.net/bugs/996109 This reverts commit d39514c14bd941232976b68e2750dc725b90e724 which is e90fc3cb087ce5c5f81e814358222cd6d197b5db upstream as it causes oopses on some ppc systems. Reported-by: Chen Peter-B29397 <B29397@freescale.com> Cc: Ramneek Mehresh <ramneek.mehresh@freescale.com> Cc: Peter Chen <peter.chen@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/host/fsl-mph-dr-of.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/fsl-mph-dr-of.c b/drivers/usb/host/fsl-mph-dr-of.c
index 8388771c0c0..79a66d622f9 100644
--- a/drivers/usb/host/fsl-mph-dr-of.c
+++ b/drivers/usb/host/fsl-mph-dr-of.c
@@ -93,6 +93,7 @@ struct platform_device * __devinit fsl_usb2_device_register(
93 pdev->dev.parent = &ofdev->dev; 93 pdev->dev.parent = &ofdev->dev;
94 94
95 pdev->dev.coherent_dma_mask = ofdev->dev.coherent_dma_mask; 95 pdev->dev.coherent_dma_mask = ofdev->dev.coherent_dma_mask;
96 pdev->dev.dma_mask = &pdev->archdata.dma_mask;
96 *pdev->dev.dma_mask = *ofdev->dev.dma_mask; 97 *pdev->dev.dma_mask = *ofdev->dev.dma_mask;
97 98
98 retval = platform_device_add_data(pdev, pdata, sizeof(*pdata)); 99 retval = platform_device_add_data(pdev, pdata, sizeof(*pdata));