Re: [PATCH 2/3] pinctrl: nsp: constify pinctrl_ops and pinmux_ops structures

From: Linus Walleij
Date: Wed Sep 07 2016 - 16:41:14 EST


On Thu, Sep 1, 2016 at 8:42 PM, Julia Lawall <Julia.Lawall@xxxxxxx> wrote:

> Check for pinctrl_ops and pinmux_ops structures that are only stored in the
> pctlops field and the pmxops field, respectively, of a pinctrl_desc
> structure. These fields are declared const, so pinctrl_ops and pinmux_ops
> structures that have this property can be declared as const also.

Patch applied.

Yours,
Linus Walleij