Loading drivers/platform/msm/ipa/ipa_v3/ipa_uc.c +6 −1 Original line number Diff line number Diff line /* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -818,6 +818,11 @@ int ipa3_uc_notify_clk_state(bool enabled) { u32 opcode; if (ipa3_ctx->ipa_hw_type > IPA_HW_v4_0) { IPADBG_LOW("not supported past IPA v4.0\n"); return 0; } /* * If the uC interface has not been initialized yet, * don't notify the uC on the enable/disable Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipa_uc.c +6 −1 Original line number Diff line number Diff line /* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -818,6 +818,11 @@ int ipa3_uc_notify_clk_state(bool enabled) { u32 opcode; if (ipa3_ctx->ipa_hw_type > IPA_HW_v4_0) { IPADBG_LOW("not supported past IPA v4.0\n"); return 0; } /* * If the uC interface has not been initialized yet, * don't notify the uC on the enable/disable Loading