mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-03 17:44:54 +00:00
i2c: ismt: Use %pad specifier for dma_addr_t variables
...which takes care of proper format and size of the value. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
parent
3e5f06bed7
commit
017fc4f6f4
@ -572,8 +572,7 @@ static int ismt_access(struct i2c_adapter *adap, u16 addr,
|
||||
return -EIO;
|
||||
}
|
||||
|
||||
dev_dbg(dev, " dma_addr = 0x%016llX\n",
|
||||
(unsigned long long)dma_addr);
|
||||
dev_dbg(dev, " dma_addr = %pad\n", &dma_addr);
|
||||
|
||||
desc->dptr_low = lower_32_bits(dma_addr);
|
||||
desc->dptr_high = upper_32_bits(dma_addr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user