Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242049
b: refs/heads/master
c: 3920d6b
h: refs/heads/master
i:
  242047: e999827
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 22, 2011
1 parent b4bf2b7 commit 3433865
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: fb661a78699ad34c385a014fe0d17226234f8496
refs/heads/master: 3920d6b34d7f6d4e81773b6bbd93d53c167b048f
8 changes: 4 additions & 4 deletions trunk/drivers/media/video/cx23885/altera-ci.c
Original file line number Diff line number Diff line change
Expand Up @@ -668,8 +668,8 @@ int altera_hw_filt_init(struct altera_ci_config *config, int hw_filt_nr)
ci_dbg_print("%s: Create New Internal Structure!\n", __func__);
}

ci_dbg_print("%s: setting hw pid filter = 0x%x for ci = %d\n", __func__,
(int)pid_filt, hw_filt_nr - 1);
ci_dbg_print("%s: setting hw pid filter = %p for ci = %d\n", __func__,
pid_filt, hw_filt_nr - 1);
inter->pid_filt[hw_filt_nr - 1] = pid_filt;
pid_filt->demux = config->demux;
pid_filt->internal = inter;
Expand Down Expand Up @@ -736,8 +736,8 @@ int altera_ci_init(struct altera_ci_config *config, int ci_nr)
ci_dbg_print("%s: Create New Internal Structure!\n", __func__);
}

ci_dbg_print("%s: setting state = 0x%x for ci = %d\n", __func__,
(int)state, ci_nr - 1);
ci_dbg_print("%s: setting state = %p for ci = %d\n", __func__,
state, ci_nr - 1);
inter->state[ci_nr - 1] = state;
state->internal = inter;
state->nr = ci_nr - 1;
Expand Down

0 comments on commit 3433865

Please sign in to comment.