summaryrefslogtreecommitdiff
path: root/include/usb_pd_tcpm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb_pd_tcpm.h')
-rw-r--r--include/usb_pd_tcpm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usb_pd_tcpm.h b/include/usb_pd_tcpm.h
index 9cfc1c9908..0441af6299 100644
--- a/include/usb_pd_tcpm.h
+++ b/include/usb_pd_tcpm.h
@@ -344,12 +344,12 @@ struct tcpm_drv {
*
* @param port Type-C port number
* @param live Fetch live chip info or hard-coded + cached info
- * @param info Pointer to pointer to PD chip info
+ * @param info Pointer to PD chip info; NULL to cache the info only
*
* @return EC_SUCCESS or error
*/
int (*get_chip_info)(int port, int live,
- struct ec_response_pd_chip_info_v1 **info);
+ struct ec_response_pd_chip_info_v1 *info);
#ifdef CONFIG_USBC_PPC
/**