usb: dwc3: clean up whitespace damage, typos, missing parens, etc.

trivial patch, no functional changes

Signed-off-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
Paul Zimmerman
2012-02-15 18:56:56 -08:00
committed by Felipe Balbi
parent 2cd0e85121
commit 1d04679395
5 changed files with 46 additions and 47 deletions

View File

@@ -69,7 +69,7 @@ static int __devinit dwc3_pci_probe(struct pci_dev *pci,
return -ENOMEM;
}
glue->dev = dev;
glue->dev = dev;
ret = pci_enable_device(pci);
if (ret) {
@@ -114,7 +114,7 @@ static int __devinit dwc3_pci_probe(struct pci_dev *pci,
dwc3->dev.dma_mask = dev->dma_mask;
dwc3->dev.dma_parms = dev->dma_parms;
dwc3->dev.parent = dev;
glue->dwc3 = dwc3;
glue->dwc3 = dwc3;
ret = platform_device_add(dwc3);
if (ret) {