Re: [PATCH] watchdog: s3c2410_wdt: Fix the mask bit offset for Exynos7

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Wim and Guenter,

On Fri, Oct 17, 2014 at 9:42 PM, Abhilash Kesavan <a.kesavan@xxxxxxxxxxx> wrote:
> The watchdog mask bit offset listed for Exynos7 is incorrect.
> Fix this.
>
> Signed-off-by: Abhilash Kesavan <a.kesavan@xxxxxxxxxxx>
> ---
>  drivers/watchdog/s3c2410_wdt.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/watchdog/s3c2410_wdt.c b/drivers/watchdog/s3c2410_wdt.c
> index 8532c3e..1626dc6 100644
> --- a/drivers/watchdog/s3c2410_wdt.c
> +++ b/drivers/watchdog/s3c2410_wdt.c
> @@ -161,7 +161,7 @@ static const struct s3c2410_wdt_variant drv_data_exynos5420 = {
>  static const struct s3c2410_wdt_variant drv_data_exynos7 = {
>         .disable_reg = EXYNOS5_WDT_DISABLE_REG_OFFSET,
>         .mask_reset_reg = EXYNOS5_WDT_MASK_RESET_REG_OFFSET,
> -       .mask_bit = 0,
> +       .mask_bit = 23,
>         .rst_stat_reg = EXYNOS5_RST_STAT_REG_OFFSET,
>         .rst_stat_bit = 23,     /* A57 WDTRESET */
>         .quirks = QUIRK_HAS_PMU_CONFIG | QUIRK_HAS_RST_STAT,

Naveen reviewed and ack'ed this fix. Can it be applied ?

Regards,
Abhilash
> --
> 1.7.9.5
>
--
To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux