Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357035
b: refs/heads/master
c: ef2c832
h: refs/heads/master
i:
  357033: 28d7fc3
  357031: 110cac9
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Dec 21, 2012
1 parent 9e217ac commit 586bd70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1bc05e77db1b0c2f5ec3917a9b21d64c01342b5f
refs/heads/master: ef2c83262a989dc20268dc25d4ce3725ac9d7886
6 changes: 3 additions & 3 deletions trunk/drivers/media/platform/s5p-fimc/mipi-csis.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,12 +401,12 @@ static void s5pcsis_log_counters(struct csis_state *state, bool non_errors)

spin_lock_irqsave(&state->slock, flags);

for (i--; i >= 0; i--)
if (state->events[i].counter >= 0)
for (i--; i >= 0; i--) {
if (state->events[i].counter > 0 || debug)
v4l2_info(&state->sd, "%s events: %d\n",
state->events[i].name,
state->events[i].counter);

}
spin_unlock_irqrestore(&state->slock, flags);
}

Expand Down

0 comments on commit 586bd70

Please sign in to comment.