i2c: i801: Drop two outdated comments
authorJean Delvare <jdelvare@suse.de>
Thu, 3 Mar 2022 16:42:56 +0000 (17:42 +0100)
committerWolfram Sang <wsa@kernel.org>
Fri, 11 Mar 2022 20:33:08 +0000 (21:33 +0100)
commit52c74d17d89c6e69f9b774cdd477517e62383f55
treec93a2592fcf7165e086eb9ef6c322c4d3c210ef9
parent1d366c2f9df8279df2adbb60471f86fc40a1c39e
i2c: i801: Drop two outdated comments

* Timeouts are reported even in interrupt mode since commit
  b3b8df97723d ("i2c: i801: Use wait_event_timeout to wait for
  interrupts") so drop the comment which claims this only happens in
  polled mode.
* xact does not include the PEC bit, as the driver does not support
  software PEC.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Reviewed-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-i801.c