From: Jingoo Han Date: Mon, 23 Sep 2013 10:16:57 +0000 (+0900) Subject: watchdog: kempld_wdt: Fix bit mask definition X-Git-Tag: v3.12-rc5~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c4e45669de475573b15d968a6dca8d00124c9ad;p=pandora-kernel.git watchdog: kempld_wdt: Fix bit mask definition STAGE_CFG bits are defined as [5:4] bits. However, '(((x) & 0x30) << 4)' handles [9:8] bits. Thus, it should be fixed in order to handle [5:4] bits. Signed-off-by: Jingoo Han Reviewed-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed