commit | f0a31e4b403a4a51f51c5025e05910090077f048 | [log] [tgz] |
---|---|---|
author | Jeff Ohlstein <johlstei@codeaurora.org> | Fri Jan 06 19:03:05 2012 -0800 |
committer | Jeff Ohlstein <johlstei@codeaurora.org> | Fri Jan 06 19:15:21 2012 -0800 |
tree | b3be5143cd1a929bc2389b11efe4b27f175aa950 | |
parent | eb611317dbd88e9b7e8a9f8507700edd6c472fca [diff] |
msm: timer: use WARN instead of WARN_ON Previously a format string was incorrectly passed to WARN_ON(), causing the WARN to correctly always trigger, but not print the string in question. Fix this by switching to WARN(). Change-Id: Iaa41dea7a1097f2b629dba0bf8a75b8b6072200c Signed-off-by: Jeff Ohlstein <johlstei@codeaurora.org>