diff options
author | 2020-01-14 10:06:05 +0100 | |
---|---|---|
committer | 2020-01-15 18:39:59 +0100 | |
commit | 49945ef0f90b5becef67db68338e8ce34ef70975 (patch) | |
tree | bce390387baaae97b0ae94c65ec71f4ea794054d /drivers/i2c/i2c-core-base.c | |
parent | i2c: tegra: Check DMA completion status in addition to left time (diff) | |
download | wireguard-linux-49945ef0f90b5becef67db68338e8ce34ef70975.tar.xz wireguard-linux-49945ef0f90b5becef67db68338e8ce34ef70975.zip |
i2c: stu300: Use proper printk format for iomem pointer
iomem pointers should be printed with pointer format to hide the
actual value and fix warnings when compiling on 64-bit platform (e.g. with
COMPILE_TEST):
drivers/i2c/busses/i2c-stu300.c: In function ‘stu300_wait_while_busy’:
drivers/i2c/busses/i2c-stu300.c:446:76: warning:
cast from pointer to integer of different size [-Wpointer-to-int-cast]
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/i2c-core-base.c')
0 files changed, 0 insertions, 0 deletions