commit | 47799ff01bc3cb271886c969164bd759c0850fea | [log] [tgz] |
---|---|---|
author | Ujwal Patel <ujwalp@codeaurora.org> | Mon Feb 11 16:47:23 2013 -0800 |
committer | Jay Chokshi <jchokshi@codeaurora.org> | Thu Feb 14 20:23:15 2013 -0800 |
tree | 70439e35a3d3161e875683cd01a1c7e73fa38240 | |
parent | a9c45213907b4d93a76ffd9f471fbc095634bc84 [diff] |
msm: camera: Reduce error logging for isp32 When ISP detect an error in the hardware, an error interrupt is fired. The current code logs the error, thus could cause watch dog bite if the hardware is not stopped fast enough. This change aggregate errors and print out error info periodically. Change-Id: I490908b7375010c6e56ea58d7ced054e2a4dfa12 Signed-off-by: Ujwal Patel <ujwalp@codeaurora.org>