mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/srini/slimbus.git
This commit is contained in:
@@ -48,7 +48,6 @@
|
||||
NGD_INT_RX_MSG_RCVD)
|
||||
|
||||
/* Slimbus QMI service */
|
||||
#define SLIMBUS_QMI_SVC_ID 0x0301
|
||||
#define SLIMBUS_QMI_SVC_V1 1
|
||||
#define SLIMBUS_QMI_INS_ID 0
|
||||
#define SLIMBUS_QMI_SELECT_INSTANCE_REQ_V01 0x0020
|
||||
@@ -1408,8 +1407,8 @@ static int qcom_slim_ngd_qmi_svc_event_init(struct qcom_slim_ngd_ctrl *ctrl)
|
||||
return ret;
|
||||
}
|
||||
|
||||
ret = qmi_add_lookup(&qmi->svc_event_hdl, SLIMBUS_QMI_SVC_ID,
|
||||
SLIMBUS_QMI_SVC_V1, SLIMBUS_QMI_INS_ID);
|
||||
ret = qmi_add_lookup(&qmi->svc_event_hdl, QMI_SERVICE_ID_SLIMBUS,
|
||||
SLIMBUS_QMI_SVC_V1, SLIMBUS_QMI_INS_ID);
|
||||
if (ret < 0) {
|
||||
dev_err(ctrl->dev, "qmi_add_lookup failed: %d\n", ret);
|
||||
qmi_handle_release(&qmi->svc_event_hdl);
|
||||
|
||||
Reference in New Issue
Block a user