commit | 0130944bc1d212ad4b33584424d56fe7c049eb65 | [log] [tgz] |
---|---|---|
author | Naveen Kaje <nkaje@codeaurora.org> | Thu May 05 12:33:17 2016 -0600 |
committer | Wolfram Sang <wsa@the-dreams.de> | Sat Jun 18 18:26:58 2016 +0200 |
tree | 89fa01fdab4335e5eba4565ec13836a520526549 | |
parent | fbf9921f8b35d9b241a1ee0008d310a3a5390273 [diff] |
i2c: qup: use address helper function in read transfer qup_i2c_issue_read() derives the address from i2c_msg. This called in the read path when I2C_M_RD flag is set. Therefore, use the 8 bit address helper function. Signed-off-by: Naveen Kaje <nkaje@codeaurora.org> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>