BPI-SINOVOIP / BPI-W2-bsp

Supports Banana Pi BPI-W2 (RTD1296) (Kernel 4.9.119)
65 stars 58 forks source link

Tee Open Session Parameter Type Error #4

Closed tjjh89017 closed 6 years ago

tjjh89017 commented 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 &param_HDCP1p4 is struct tee_param ** but tee_client_open_session wants struct tee_param * Is there a typo?