diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-scb.c')
-rw-r--r-- | drivers/media/video/cx18/cx18-scb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-scb.c b/drivers/media/video/cx18/cx18-scb.c index ac18bd9326d5..34b4d03c55cd 100644 --- a/drivers/media/video/cx18/cx18-scb.c +++ b/drivers/media/video/cx18/cx18-scb.c | |||
@@ -118,6 +118,5 @@ void cx18_init_scb(struct cx18 *cx) | |||
118 | cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, cpu_state), | 118 | cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, cpu_state), |
119 | &cx->scb->ipc_offset); | 119 | &cx->scb->ipc_offset); |
120 | 120 | ||
121 | cx18_writel(cx, 1, &cx->scb->hpu_state); | ||
122 | cx18_writel(cx, 1, &cx->scb->epu_state); | 121 | cx18_writel(cx, 1, &cx->scb->epu_state); |
123 | } | 122 | } |