From: Oliver Schuster Date: Tue, 1 Apr 2008 15:06:21 +0000 (+0200) Subject: [WATCHDOG] Fix it8712f_wdt.c wrong byte order accessing WDT_TIMEOUT X-Git-Tag: v2.6.25-rc8~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e45adb8f5371f3d20a6df21cd13ce32fbe9bf15;p=pandora-kernel.git [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: Oliver Schuster Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed