Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296839
b: refs/heads/master
c: cbb8c22
h: refs/heads/master
i:
  296837: 7d4d15e
  296835: a1cc5bb
  296831: 9a955b4
v: v3
  • Loading branch information
Govindraj.R authored and Samuel Ortiz committed Mar 6, 2012
1 parent f8bdff2 commit 12cffe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 231dd9c8994430d4aaa75cdee95af13c154f489f
refs/heads/master: cbb8c220e70d25d1108db39d7956b08a66492fad
4 changes: 2 additions & 2 deletions trunk/drivers/mfd/omap-usb-host.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ struct usbhs_hcd_omap {
/*-------------------------------------------------------------------------*/

const char usbhs_driver_name[] = USBHS_DRIVER_NAME;
static u64 usbhs_dmamask = ~(u32)0;
static u64 usbhs_dmamask = DMA_BIT_MASK(32);

/*-------------------------------------------------------------------------*/

Expand Down Expand Up @@ -223,7 +223,7 @@ static struct platform_device *omap_usbhs_alloc_child(const char *name,
}

child->dev.dma_mask = &usbhs_dmamask;
child->dev.coherent_dma_mask = 0xffffffff;
dma_set_coherent_mask(&child->dev, DMA_BIT_MASK(32));
child->dev.parent = dev;

ret = platform_device_add(child);
Expand Down

0 comments on commit 12cffe1

Please sign in to comment.