[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CANk1AXTn3znQ=L-sy3SKMezC9YtMMTGxb3Zc7t+gE4a0MPxNzg@mail.gmail.com>
Date: Thu, 23 Mar 2017 13:29:14 -0500
From: Alan Tull <delicious.quinoa@...il.com>
To: Moritz Fischer <mdf@...nel.org>
Cc: linux-fpga@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] fpga: altera_freeze_bridge: Constify ops
On Fri, Mar 17, 2017 at 3:15 PM, Moritz Fischer <mdf@...nel.org> wrote:
> The ops are not changing, make them const.
>
> Signed-off-by: Moritz Fischer <mdf@...nel.org>
Acked-by: Alan Tull <atull@...nel.org>
> Cc: Alan Tull <atull@...nel.org>
> Cc: linux-kernel@...r.kernel.org
> Cc: linux-fpga@...r.kernel.org
> ---
> drivers/fpga/altera-freeze-bridge.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/fpga/altera-freeze-bridge.c b/drivers/fpga/altera-freeze-bridge.c
> index 8dcd9fb..8c1bc7e 100644
> --- a/drivers/fpga/altera-freeze-bridge.c
> +++ b/drivers/fpga/altera-freeze-bridge.c
> @@ -203,7 +203,7 @@ static int altera_freeze_br_enable_show(struct fpga_bridge *bridge)
> return priv->enable;
> }
>
> -static struct fpga_bridge_ops altera_freeze_br_br_ops = {
> +static const struct fpga_bridge_ops altera_freeze_br_br_ops = {
> .enable_set = altera_freeze_br_enable_set,
> .enable_show = altera_freeze_br_enable_show,
> };
> --
> 2.7.4
>
Powered by blists - more mailing lists