diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-mailbox.c')
-rw-r--r-- | drivers/media/video/cx18/cx18-mailbox.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/media/video/cx18/cx18-mailbox.c b/drivers/media/video/cx18/cx18-mailbox.c index c545f3beef78..9605d54bd083 100644 --- a/drivers/media/video/cx18/cx18-mailbox.c +++ b/drivers/media/video/cx18/cx18-mailbox.c | |||
@@ -716,9 +716,8 @@ static int cx18_set_filter_param(struct cx18_stream *s) | |||
716 | int cx18_api_func(void *priv, u32 cmd, int in, int out, | 716 | int cx18_api_func(void *priv, u32 cmd, int in, int out, |
717 | u32 data[CX2341X_MBOX_MAX_DATA]) | 717 | u32 data[CX2341X_MBOX_MAX_DATA]) |
718 | { | 718 | { |
719 | struct cx18_api_func_private *api_priv = priv; | 719 | struct cx18_stream *s = priv; |
720 | struct cx18 *cx = api_priv->cx; | 720 | struct cx18 *cx = s->cx; |
721 | struct cx18_stream *s = api_priv->s; | ||
722 | 721 | ||
723 | switch (cmd) { | 722 | switch (cmd) { |
724 | case CX2341X_ENC_SET_OUTPUT_PORT: | 723 | case CX2341X_ENC_SET_OUTPUT_PORT: |