Pratyush Anand <[email protected]> writes:

> Fix parent of watchdog_device so that /sys/class/watchdog/watchdogn/device
> is populated.
>
> cc: Johannes Thumshirn <[email protected]>
> Signed-off-by: Pratyush Anand <[email protected]>
> ---
>  drivers/watchdog/mena21_wdt.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/watchdog/mena21_wdt.c b/drivers/watchdog/mena21_wdt.c
> index d193a5e79c38..69013007dc47 100644
> --- a/drivers/watchdog/mena21_wdt.c
> +++ b/drivers/watchdog/mena21_wdt.c
> @@ -197,6 +197,7 @@ static int a21_wdt_probe(struct platform_device *pdev)
>       watchdog_init_timeout(&a21_wdt, 30, &pdev->dev);
>       watchdog_set_nowayout(&a21_wdt, nowayout);
>       watchdog_set_drvdata(&a21_wdt, drv);
> +     a21_wdt.parent = &pdev->dev;
>  
>       reset = a21_wdt_get_bootstatus(drv);
>       if (reset == 2)

Good catch

Reviewed-by: Johannes Thumshirn <[email protected]>

-- 
Johannes Thumshirn                                           Storage
[email protected]                                 +49 911 74053 689
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
Key fingerprint = EC38 9CAB C2C4 F25D 8600  D0D0 0393 969D 2D76 0850
--
To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to