Loading drivers/platform/msm/ipa/ipa.c +4 −0 Original line number Diff line number Diff line Loading @@ -1497,6 +1497,10 @@ static int ipa_q6_set_ex_path_dis_agg(void) kfree(desc[index].user1); retval = -EINVAL; } /* Ignoring TAG process timeout */ if (retval == -ETIME) retval = 0; } kfree(desc); Loading Loading
drivers/platform/msm/ipa/ipa.c +4 −0 Original line number Diff line number Diff line Loading @@ -1497,6 +1497,10 @@ static int ipa_q6_set_ex_path_dis_agg(void) kfree(desc[index].user1); retval = -EINVAL; } /* Ignoring TAG process timeout */ if (retval == -ETIME) retval = 0; } kfree(desc); Loading