diff options
author | 2024-10-18 10:58:20 -0300 | |
---|---|---|
committer | 2024-11-05 10:04:40 +0100 | |
commit | 076354a4d4a73cb792a680a7f40f603c9b145a76 (patch) | |
tree | d696702bf69f929957f4074ea43fad0361ffb68e /scripts/gdb/linux/utils.py | |
parent | watchdog: Delete the cpu5wdt driver (diff) | |
download | wireguard-linux-076354a4d4a73cb792a680a7f40f603c9b145a76.tar.xz wireguard-linux-076354a4d4a73cb792a680a7f40f603c9b145a76.zip |
watchdog: da9063: Do not use a global variable
Using the 'use_sw_pm' variable as global is not recommended
as it prevents multi instances of the driver to run.
Make it a member of the da9063 structure instead.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20241018135821.274376-1-festevam@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions