diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2015-04-27 11:23:01 +0200 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2015-06-22 15:54:06 +0200 |
commit | 0b3330f310b520f53a88a06bf44a4a6fda6b1a88 (patch) | |
tree | be8e8dd844c7b310b3b749f0ae89f16eeea2ab08 /drivers/watchdog/imgpdc_wdt.c | |
parent | watchdog: omap: put struct watchdog_device into driver data (diff) | |
download | linux-0b3330f310b520f53a88a06bf44a4a6fda6b1a88.tar.xz linux-0b3330f310b520f53a88a06bf44a4a6fda6b1a88.zip |
watchdog: omap: simplify assignment of bootstatus
Instead of using an over-long expression involving the ?: operator use
an if and instead of an else branch rely on the fact that the data
structure was allocated using devm_kzalloc. This also allows to put the
used helper variable into a more local scope.
There is no functional change.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/imgpdc_wdt.c')
0 files changed, 0 insertions, 0 deletions