On 6/5/24 04:42, Zhu Yanjun wrote:
The type of iwcm_deref_id is int. Not sure if we should make iwcm_deref_id and destroy_cm_id have the different type or not. We can make them use one of the 2 types: int and bool.
Since iwcm_deref_id() either returns 0 or 1, I will change its return type into bool.
Reviewed-by: Zhu Yanjun <yanjun.zhu@xxxxxxxxx>
Thanks! Bart.