Loading drivers/soc/qcom/icnss_qmi.c +3 −1 Original line number Diff line number Diff line /* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2017-2019, 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 @@ -750,6 +750,8 @@ int wlfw_athdiag_read_send_sync_msg(struct icnss_priv *priv, resp->resp.result, resp->resp.error); ret = -resp->resp.result; goto out; } else { ret = 0; } if (!resp->data_valid || resp->data_len < data_len) { Loading Loading
drivers/soc/qcom/icnss_qmi.c +3 −1 Original line number Diff line number Diff line /* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2017-2019, 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 @@ -750,6 +750,8 @@ int wlfw_athdiag_read_send_sync_msg(struct icnss_priv *priv, resp->resp.result, resp->resp.error); ret = -resp->resp.result; goto out; } else { ret = 0; } if (!resp->data_valid || resp->data_len < data_len) { Loading