diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-01-20 13:48:36 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-20 13:48:35 -0800 |
| commit | 1004ecce483dc3e92f3ebadb578e8494a21dcca0 (patch) | |
| tree | d092d8463f6f98ee71fe65ce72d80e3362f8379f /drivers/soc | |
| parent | a76ca86adfa698f956acd56ffe7739313db44735 (diff) | |
| parent | bfc40383e35825e484b2d8b895214272eeec0032 (diff) | |
Merge "soc: qcom: service-notifier: change log level for UP/DOWN indications"
Diffstat (limited to 'drivers/soc')
| -rw-r--r-- | drivers/soc/qcom/service-notifier.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/soc/qcom/service-notifier.c b/drivers/soc/qcom/service-notifier.c index e7307c46a895..8a501d4d0615 100644 --- a/drivers/soc/qcom/service-notifier.c +++ b/drivers/soc/qcom/service-notifier.c @@ -215,7 +215,7 @@ static void send_ind_ack(struct work_struct *work) if (QMI_RESP_BIT_SHIFT(resp.resp.result) != QMI_RESULT_SUCCESS_V01) pr_err("QMI request failed 0x%x\n", QMI_RESP_BIT_SHIFT(resp.resp.error)); - pr_debug("Indication ACKed for transid %d, service %s, instance %d!\n", + pr_info("Indication ACKed for transid %d, service %s, instance %d!\n", data->ind_msg.transaction_id, data->ind_msg.service_path, data->instance_id); } @@ -240,7 +240,7 @@ static void root_service_service_ind_cb(struct qmi_handle *handle, return; } - pr_debug("Indication received from %s, state: 0x%x, trans-id: %d\n", + pr_info("Indication received from %s, state: 0x%x, trans-id: %d\n", ind_msg.service_name, ind_msg.curr_state, ind_msg.transaction_id); |
