commit | c3a291e18dfe8b82b67fd0de2ff7f3cdb17dea62 | [log] [tgz] |
---|---|---|
author | Ahmad Fatoum <a.fatoum@pengutronix.de> | Mon Aug 09 18:20:33 2021 +0200 |
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | Tue Oct 26 21:31:03 2021 +0200 |
tree | b68febd4d45b0cb7733b67cf4add192e4e7502af | |
parent | bba6c477d52ea1da0c2cd13a57ca8f00508d2625 [diff] |
watchdog: f71808e_wdt: constify static array The fintek_wdt_names is meant for read-only use and is currently not modified. Mark it const to catch future writes. Suggested-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/9720c5a1efcef861da68b693453bb3eb3c21af37.1628525954.git-series.a.fatoum@pengutronix.de Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>