Loading drivers/platform/msm/ipa/ipa_v3/ipa_qmi_service.c +2 −2 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2013-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2013-2019, The Linux Foundation. All rights reserved. */ #include <linux/module.h> Loading Loading @@ -346,7 +346,7 @@ static int ipa3_check_qmi_response(int rc, ipa3_rmnet_ctx.ipa_rmnet_ssr) { IPAWANERR( "Got bad response %d from request id %d (error %d)\n", req_id, result, error); result, req_id, error); return result; } IPAWANDBG_LOW("Received %s successfully\n", resp_type); Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipa_qmi_service.c +2 −2 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2013-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2013-2019, The Linux Foundation. All rights reserved. */ #include <linux/module.h> Loading Loading @@ -346,7 +346,7 @@ static int ipa3_check_qmi_response(int rc, ipa3_rmnet_ctx.ipa_rmnet_ssr) { IPAWANERR( "Got bad response %d from request id %d (error %d)\n", req_id, result, error); result, req_id, error); return result; } IPAWANDBG_LOW("Received %s successfully\n", resp_type); Loading