diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-12-10 16:40:26 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-12-10 16:40:26 +0300 |
commit | e826d22e16c3230621a937e22f43c403d6e494a7 (patch) | |
tree | 61bc8d95f5c3c7bdf93fac9ca57cd9d5b87a69b8 /drivers/watchdog/w83977f_wdt.c | |
parent | 9a5e5234bafeaa2e9d15881d443c38d3d82d0b38 (diff) | |
parent | 0bdf5a05647a66dcc6394986e061daeac9b1cf96 (diff) | |
download | linux-e826d22e16c3230621a937e22f43c403d6e494a7.tar.xz |
Merge tag 'drm-i915-get-eld' into topic/hdmi-jack
Merge the latest i915 audio component changes for HDMI/DP get_eld ops.
This is actually used in HD-audio side in this branch.
Diffstat (limited to 'drivers/watchdog/w83977f_wdt.c')
-rw-r--r-- | drivers/watchdog/w83977f_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/w83977f_wdt.c b/drivers/watchdog/w83977f_wdt.c index 91bf55a20024..20e2bba10400 100644 --- a/drivers/watchdog/w83977f_wdt.c +++ b/drivers/watchdog/w83977f_wdt.c @@ -224,7 +224,7 @@ static int wdt_keepalive(void) static int wdt_set_timeout(int t) { - int tmrval; + unsigned int tmrval; /* * Convert seconds to watchdog counter time units, rounding up. |