~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise-proposed

« back to all changes in this revision

Viewing changes to drivers/usb/host/fsl-mph-dr-of.c

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich, Luke Yelavich, Upstream Kernel Changes
  • Date: 2012-04-04 18:49:36 UTC
  • Revision ID: package-import@ubuntu.com-20120404184936-tqu735914muv4wpg
Tags: 3.2.0-22.30
[ Luke Yelavich ]

* [Config] Update configs after rebase against Ubuntu-3.2.0-22.35

[ Upstream Kernel Changes ]

* Low-latency: Rebase against Ubuntu-3.2.0-22.35

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
        pdev->dev.parent = &ofdev->dev;
95
95
 
96
96
        pdev->dev.coherent_dma_mask = ofdev->dev.coherent_dma_mask;
97
 
        pdev->dev.dma_mask = &pdev->archdata.dma_mask;
98
97
        *pdev->dev.dma_mask = *ofdev->dev.dma_mask;
99
98
 
100
99
        retval = platform_device_add_data(pdev, pdata, sizeof(*pdata));