Closed tjjh89017 closed 6 years ago
https://github.com/BPI-SINOVOIP/BPI-W2-bsp/blob/a6d9f8d7be34cd734179bc528d4ab03d1972be28/linux-rt/drivers/media/platform/rtk_hdmirx/rtd161x/rx_drv/TEE2p1_HDCP1p4_ENTRY.c#L51
The type of ¶m_HDCP1p4 is struct tee_param ** but tee_client_open_session wants struct tee_param * Is there a typo?
¶m_HDCP1p4
struct tee_param **
tee_client_open_session
struct tee_param *
https://github.com/BPI-SINOVOIP/BPI-W2-bsp/blob/a6d9f8d7be34cd734179bc528d4ab03d1972be28/linux-rt/drivers/media/platform/rtk_hdmirx/rtd161x/rx_drv/TEE2p1_HDCP1p4_ENTRY.c#L51
The type of
¶m_HDCP1p4
isstruct tee_param **
buttee_client_open_session
wantsstruct tee_param *
Is there a typo?