Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358809
b: refs/heads/master
c: 724d5ed
h: refs/heads/master
i:
  358807: 856dcdc
v: v3
  • Loading branch information
Randy Dunlap authored and Wolfram Sang committed Feb 15, 2013
1 parent d247554 commit 33f9b5c
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: a3fc0ff00a46c4b32e7214961a5be9a1dc39b60e
refs/heads/master: 724d5edac76d8c9a4198b74c80286df38ed81679
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-ismt.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ static int ismt_access(struct i2c_adapter *adap, u16 addr,
}

dev_dbg(dev, " dma_addr = 0x%016llX\n",
dma_addr);
(unsigned long long)dma_addr);

desc->dptr_low = lower_32_bits(dma_addr);
desc->dptr_high = upper_32_bits(dma_addr);
Expand Down

0 comments on commit 33f9b5c

Please sign in to comment.