samples: qmi: Constify static qmi ops
authorRikard Falkeborn <rikard.falkeborn@gmail.com>
Tue, 24 Nov 2020 21:29:54 +0000 (22:29 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 24 Nov 2020 23:08:47 +0000 (17:08 -0600)
commitbfc1b6597f58040ff9116f5acc84ccd6367e2d59
tree085d91229766980cd94cf0b0714c346d47362504
parent0af104d729614de44c8eb5069353c8985cb17442
samples: qmi: Constify static qmi ops

The only usage of qmi_sample_handlers[] and lookup_ops is to pass their
addresses 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@gmail.com>
Link: https://lore.kernel.org/r/20201124212954.17750-1-rikard.falkeborn@gmail.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
samples/qmi/qmi_sample_client.c