> > + if (prev_idata) > > + memcpy(&prev_idata->ic.response, sbc.resp, > > + sizeof(sbc.resp)); > > Need to check sbc.error also in this case, otherwise looks good to me. Thanks. Will fix. Thanks, Avri
> > + if (prev_idata) > > + memcpy(&prev_idata->ic.response, sbc.resp, > > + sizeof(sbc.resp)); > > Need to check sbc.error also in this case, otherwise looks good to me. Thanks. Will fix. Thanks, Avri