Skip to content

Commit 7d4dcbd

Browse files
authored
Merge pull request #24 from sjg20/sim
cypress5525: Correct a compiler warning
2 parents 38c1b38 + ed604b2 commit 7d4dcbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

board/hx30/cypress5525.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,8 @@ void cyp5525_port_int(int controller, int port)
973973
rv = i2c_read_offset16_block(i2c_port, addr_flags, CYP5525_PORT_PD_RESPONSE_REG(port), data2, 4);
974974
if (rv != EC_SUCCESS)
975975
CPRINTS("PORT_PD_RESPONSE_REG failed");
976-
print_pd_response_code(controller,
976+
977+
print_pd_response_code(controller,
977978
port,
978979
data2[0],
979980
data2[1]);

0 commit comments

Comments
 (0)