]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i2c: meson: remove variable count from meson_i2c_xfer
authorHeiner Kallweit <hkallweit1@gmail.com>
Sat, 25 Mar 2017 13:09:03 +0000 (14:09 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Thu, 30 Mar 2017 15:31:01 +0000 (17:31 +0200)
commite4d6bc380c9a3dd955a2c8c6c8856e913b1b42cb
tree45b544755e4655926e14ce370754348ed45ad4aa
parent47bb8f71caba9f3c424d35a2ac18428aaa85348a
i2c: meson: remove variable count from meson_i2c_xfer

Variable count has always the same value as i, so we don't need it.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-meson.c