Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280917
b: refs/heads/master
c: 8418153
h: refs/heads/master
i:
  280915: 47b73a2
v: v3
  • Loading branch information
Dan Carpenter authored and Felipe Balbi committed Dec 15, 2011
1 parent c4d278f commit 9bdf7a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d9b78f33d9c1b699b66f10ad2329487f813c4642
refs/heads/master: 8418153a4ccd38a3bc3229bc4bd161e3e5db88d2
2 changes: 1 addition & 1 deletion trunk/drivers/usb/renesas_usbhs/mod_gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ static int usbhsg_dma_map(struct device *dev,
}

if (dma_mapping_error(dev, pkt->dma)) {
dev_err(dev, "dma mapping error %x\n", pkt->dma);
dev_err(dev, "dma mapping error %llx\n", (u64)pkt->dma);
return -EIO;
}

Expand Down

0 comments on commit 9bdf7a9

Please sign in to comment.