From: Mike Frysinger Date: Thu, 9 Sep 2010 23:37:27 +0000 (-0700) Subject: rtc-bfin: fix inverted logic in suspend path X-Git-Tag: v2.6.36-rc4~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=110b7e9698601b28f313c2c560d51a8b1c742002;p=pandora-kernel.git rtc-bfin: fix inverted logic in suspend path The int_clear helper takes a bitmask of interrupts to keep, not to disable. When suspending without wakeup enabled, we want to disable all interrupts, so use 0 (keep none) instead of -1 (keep all). Signed-off-by: Mike Frysinger Acked-by: Alessandro Zummo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed