Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 0e45adb8 authored by Oliver Schuster's avatar Oliver Schuster Committed by Linus Torvalds
Browse files

[WATCHDOG] Fix it8712f_wdt.c wrong byte order accessing WDT_TIMEOUT



This patch corrects an error in the driver it8712f_wdt.  You cannot set
the 16-bit WDT_TIMEOUT access as a 16-bit outw, because the byte
ordering will be wrong.  So just do the high 8 bits as a separate
access.

Signed-off-by: default avatarOliver Schuster <olivers137@aol.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d5f1a21c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment