Home
last modified time | relevance | path

Searched hist:"783 c7cb4659b53b5e1b809dac5e8cdf250145919" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/watchdog/
H A Dmt7621_wdt.cdiff 783c7cb4659b53b5e1b809dac5e8cdf250145919 Tue Feb 14 11:39:35 CET 2023 Sergio Paracuellos <sergio.paracuellos@gmail.com> watchdog: mt7621-wdt: avoid static global declarations

Instead of using static global definitions in driver code, refactor code
introducing a new watchdog driver data structure and use it along the
code.

Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20230214103936.1061078-5-sergio.paracuellos@gmail.com
[groeck: unsigned -> unsigned int]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>