Skip to content

Commit

Permalink
Fri Apr 12 18:51:08 UTC 2024 Kernel update
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 12, 2024
1 parent 398d6b8 commit 4aeac4b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bsp/drivers/input/ctp/gt9xx/gt9xx_update.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,12 @@ static u8 gup_get_ic_fw_msg(struct i2c_client *client)
*/
for (i = 0; i < 4; i++)
update_msg.ic_fw_msg.hw_info[i] = buf[GTP_ADDR_LENGTH + 3 - i];
dev_dbg(&client->dev,
"IC Hardware info:%02x%02x%02x%02x",
update_msg.ic_fw_msg.hw_info[0],
update_msg.ic_fw_msg.hw_info[1],
update_msg.ic_fw_msg.hw_info[2],
update_msg.ic_fw_msg.hw_info[3]);
dev_dbg(&client->dev,
"IC Hardware info:%02x%02x%02x%02x",
update_msg.ic_fw_msg.hw_info[0],
update_msg.ic_fw_msg.hw_info[1],
update_msg.ic_fw_msg.hw_info[2],
update_msg.ic_fw_msg.hw_info[3]);
/* step2:get firmware message */
for (retry = 0; retry < 2; retry++) {
ret = gup_get_ic_msg(client, GUP_REG_FW_MSG, buf, 1);
Expand Down

0 comments on commit 4aeac4b

Please sign in to comment.