On Fri, 11 Mar 2022 19:04:10 +0100, Johannes Berg wrote: > On Fri, 2022-03-11 at 21:30 +0800, Weiguo Li wrote: > > We did a null check after "mac_info->if_comb = kcalloc(...)", but we checked > > "mac->macinfo.if_comb" instead of "mac_info->if_comb". > > Yeah well: > > mac_info = &mac->macinfo; > > johannes Ha, I didn't notice this... So it's not a problem. Thanks johannes! -weiguo