i2c: designware: suppress unneeded SDA hold time warnings
authorAlexander Monakov <amonakov@ispras.ru>
Thu, 8 Mar 2018 13:23:53 +0000 (16:23 +0300)
committerWolfram Sang <wsa@the-dreams.de>
Sat, 17 Mar 2018 20:53:01 +0000 (21:53 +0100)
commit7a20e707aae2562ad1e6fc39bbc0fa9fd47a6390
treed32cba4a26565267611deac023dda9a0902bb174
parent03e73e6349662e32d9d2e64c453affcd03b864a4
i2c: designware: suppress unneeded SDA hold time warnings

The hardware may not support SDA hold time configuration, but if it is
not set in the Device Tree either, there is no need to print a warning.

Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Alexander Monakov <amonakov@ispras.ru>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-designware-master.c