[WATCHDOG] watchdog_info constify
make the watchdog_info struct const where possible. Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Цей коміт міститься в:
@@ -111,7 +111,7 @@ out:
|
||||
}
|
||||
|
||||
|
||||
static struct watchdog_info ident = {
|
||||
static const struct watchdog_info ident = {
|
||||
.options = WDIOF_MAGICCLOSE | WDIOF_SETTIMEOUT |
|
||||
WDIOF_KEEPALIVEPING,
|
||||
.identity = WATCHDOG_NAME,
|
||||
|
Посилання в новій задачі
Заблокувати користувача