OSDN Git Service

watchdog: imx7ulp: Use definitions instead of magic values
authorFabio Estevam <festevam@gmail.com>
Tue, 29 Oct 2019 17:40:37 +0000 (14:40 -0300)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Mon, 18 Nov 2019 18:53:42 +0000 (19:53 +0100)
commiteccb7fe5e72a88455b13c77bc3bc381dbb45bd9a
tree57702fc537acc84a897a0d725eba0e587e554f89
parentc37e358163d97d7e0f19e495c3dc374b4d08e797
watchdog: imx7ulp: Use definitions instead of magic values

Use definitions instead of magic values in order to improve readability.

Since the CLK field of the WDOG CS register is composed of two bits
to select the watchdog clock source, use a shift representation
instead of BIT().

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20191029174037.25381-5-festevam@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/imx7ulp_wdt.c