The tcpc_get_status_register function was using int32_t for the status parameter, while the other related functions used uint32_t. This change unifies the data type across all related functions to uint32_t for consistency and clarity. Signed-off-by: Jianxiong Gu <jianxiong.gu@outlook.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Kconfig.tcpc_numaker | ||
| Kconfig.tcpc_ps8xxx | ||
| Kconfig.tcpc_stm32 | ||
| Kconfig.tcpc_tcpci | ||
| ps8xxx_priv.h | ||
| ps8xxx.c | ||
| shell.c | ||
| tcpci.c | ||
| ucpd_numaker.c | ||
| ucpd_numaker.h | ||
| ucpd_stm32_priv.h | ||
| ucpd_stm32.c | ||