Loading drivers/platform/msm/ipa/ipa_v3/ipa.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -4557,6 +4557,8 @@ static int ipa3_pil_load_ipa_fws(void) if (IS_ERR_OR_NULL(subsystem_get_retval)) { if (IS_ERR_OR_NULL(subsystem_get_retval)) { IPAERR("Unable to trigger PIL process for FW loading\n"); IPAERR("Unable to trigger PIL process for FW loading\n"); return -EINVAL; return -EINVAL; } else { subsystem_put(subsystem_get_retval); } } IPADBG("PIL FW loading process is complete\n"); IPADBG("PIL FW loading process is complete\n"); Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipa.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -4557,6 +4557,8 @@ static int ipa3_pil_load_ipa_fws(void) if (IS_ERR_OR_NULL(subsystem_get_retval)) { if (IS_ERR_OR_NULL(subsystem_get_retval)) { IPAERR("Unable to trigger PIL process for FW loading\n"); IPAERR("Unable to trigger PIL process for FW loading\n"); return -EINVAL; return -EINVAL; } else { subsystem_put(subsystem_get_retval); } } IPADBG("PIL FW loading process is complete\n"); IPADBG("PIL FW loading process is complete\n"); Loading