i2c: tegra: don't advertise SMBUS_QUICK
authorWolfram Sang <wsa@the-dreams.de>
Tue, 16 Jun 2015 17:47:21 +0000 (19:47 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Sun, 21 Jun 2015 19:16:26 +0000 (21:16 +0200)
commit4bb28e37765f4b5b18cb3b9242aa8542e8c4b8b4
treef4fb9241327866999f10ab76ddc10278f666dbd1
parente8e523a42a236d0e80a5651741cfc916aa298e3f
i2c: tegra: don't advertise SMBUS_QUICK

This HW cannot send 0-byte-length messages and the driver discards them.
So, we should not advertise SMBUS_QUICK.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-tegra.c