commit | ef2c83262a989dc20268dc25d4ce3725ac9d7886 | [log] [tgz] |
---|---|---|
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | Fri Nov 23 15:17:40 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Dec 21 11:58:42 2012 -0200 |
tree | 9cc99a23deea34c74d24d93b74516ba4fbb31271 | |
parent | 1bc05e77db1b0c2f5ec3917a9b21d64c01342b5f [diff] |
[media] s5p-csis: Correct the event counters logging The counter field is unsigned so >= 0 condition always evaluates to true. Fix this to log events for which counter is > 0 or for all when in debug mode. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>