[media] s5p-csis: Correct the event counters logging
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Fri, 23 Nov 2012 18:17:40 +0000 (15:17 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 21 Dec 2012 13:58:42 +0000 (11:58 -0200)
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>

No differences found