2015-02-02 22:56:44

by Wim Van Sebroeck

[permalink] [raw]
Subject: Re: [PATCH] watchdog: imx2: Constify struct regmap_config and watchdog_ops

Hi Krzysztof,

> The regmap_config struct may be const because it is not modified by the
> driver and regmap_init() accepts pointer to const. Make struct
> watchdog_ops const as well.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>

Patch added to linux-watchdog-next.

Kind regards,
Wim.