Searched hist:"76 ad36bf0ea620b14d32a332108a248412886d54" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/watchdog/ |
H A D | rt2880_wdt.c | diff 76ad36bf0ea620b14d32a332108a248412886d54 Wed Mar 01 00:55:09 CST 2023 Sergio Paracuellos <sergio.paracuellos@gmail.com> watchdog: rt2880-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.
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20230301065510.2818425-1-sergio.paracuellos@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
|