Loading drivers/soc/qcom/qmi_interface.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1503,7 +1503,7 @@ static int handle_qmi_response(struct qmi_handle *handle, if (!txn_handle) { if (!txn_handle) { pr_err("%s Response received for non-existent txn_id %d\n", pr_err("%s Response received for non-existent txn_id %d\n", __func__, txn_id); __func__, txn_id); return -EINVAL; return 0; } } /* Decode the message */ /* Decode the message */ Loading Loading
drivers/soc/qcom/qmi_interface.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1503,7 +1503,7 @@ static int handle_qmi_response(struct qmi_handle *handle, if (!txn_handle) { if (!txn_handle) { pr_err("%s Response received for non-existent txn_id %d\n", pr_err("%s Response received for non-existent txn_id %d\n", __func__, txn_id); __func__, txn_id); return -EINVAL; return 0; } } /* Decode the message */ /* Decode the message */ Loading