Re: [PATCH] slimbus: qcom-ngd-ctrl: Constify static structs

From: Srinivas Kandagatla
Date: Tue Nov 24 2020 - 05:46:38 EST




On 22/11/2020 23:42, Rikard Falkeborn wrote:
qcom_slim_qmi_msg_handlers[] and qcom_slim_ngd_qmi_svc_event_ops are
only used as input arguments to qmi_handle_init() which accepts const
pointers to both qmi_ops and qmi_msg_handler. Make them const to allow
the compiler to put them in read-only memory.

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@xxxxxxxxx>
---

Applied thanks,

--srini