diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2016-11-18 18:24:41 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-12-16 17:53:54 +0300 |
commit | bb79036215e2ca9d7ef5bd1461981396989c40da (patch) | |
tree | f4b91dfb43da997c8d9baeb344566603f0994733 /drivers/watchdog/imgpdc_wdt.c | |
parent | 31ecad65b011d64dfc80cab7c968078171aa2642 (diff) | |
download | linux-bb79036215e2ca9d7ef5bd1461981396989c40da.tar.xz |
intel-mid_wdt: Error code is just an integer
Error code when printed is more readable if it's represented as plain decimal
integer. Otherwise user will see something like
intel_mid_wdt: Error stopping watchdog: 0xffffffed
which is not quite understandable ("Should I interpret it as a bitfield?").
Make it clear to use plaint integer specifier.
While here, move struct device *dev local variable definition to the top of
functions.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/watchdog/imgpdc_wdt.c')
0 files changed, 0 insertions, 0 deletions