Re: [PATCH net-next 1/2] soc: qcom: ipa: Constify static qmi structs

From: Jakub Kicinski
Date: Tue Nov 24 2020 - 17:47:45 EST


On Mon, 23 Nov 2020 00:40:30 +0100 Rikard Falkeborn wrote:
> These 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>

I can take this one if Alex acks it.

The other patch is probably best handled by Kalle.