git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8612ed0
)
watchdog: kempld_wdt: Fix bit mask definition
author
Jingoo Han
<jg1.han@samsung.com>
Mon, 23 Sep 2013 10:16:57 +0000
(19:16 +0900)
committer
Wim Van Sebroeck
<wim@iguana.be>
Sun, 13 Oct 2013 18:01:57 +0000
(20:01 +0200)
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 <jg1.han@samsung.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
No differences found