commit | de1fc0ca897336df0cb7197620a53147a92799e4 | [log] [tgz] |
---|---|---|
author | Tim Lin <tim2.lin@ite.corp-partner.google.com> | Wed Aug 10 14:29:18 2022 +0800 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Thu Sep 22 14:58:42 2022 +0000 |
tree | 775bd6910a88a2996f5440c445cb75d0314cd1df | |
parent | a92e68b6260b3208e4bebb0a84505513ea49065d [diff] |
ITE: drivers/i2c: Fix the bug of msgs in I2C transfer 1. To explicitly set the MSG_START flag on the first message. 2. Remove redundant declare. 3. Using data->msgs->flags is the correct address instead of msgs->flags. Signed-off-by: Tim Lin <tim2.lin@ite.corp-partner.google.com>