i2c: davinci: use correct format identifier for size_t
authorWolfram Sang <wsa@the-dreams.de>
Tue, 17 Oct 2017 22:17:09 +0000 (00:17 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Thu, 26 Oct 2017 20:22:46 +0000 (22:22 +0200)
commit631de7a4603439eaa1d7a2a1a7b5b49edcd87f67
treeae4a1d4dedd96f4dd2c33a9a11b56330819a336d
parentdb6b78073ac135bb68cae77bb873371d0fe0efa6
i2c: davinci: use correct format identifier for size_t

Fixes this warning (found by build testing with 64bit):

format ‘%i’ expects argument of type ‘int’, but argument 3 has type
‘size_t {aka long unsigned int}’ [-Wformat=]

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Sekhar Nori <nsekhar@ti.com>
drivers/i2c/busses/i2c-davinci.c