From: Matthias Fuchs Date: Wed, 5 Nov 2008 20:53:56 +0000 (+0100) Subject: powerpc: Fix Book-E watchdog timer interval setting X-Git-Tag: v2.6.28-rc5~86^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a0e9e0cb90170f95b4351597fd5c0e65fab6bc5;p=pandora-kernel.git powerpc: Fix Book-E watchdog timer interval setting This patch fixes the setting of the Book-E watchdog timer interval setup on initialization and by ioctl(). On initialization the period bits have to be masked before setting a new period. In WDIOC_SETTIMEOUT ioctl we have to use the correct mask. Signed-off-by: Matthias Fuchs Acked-by: Timur Tabi Signed-off-by: Kumar Gala --- Reading git-diff-tree failed