summaryrefslogtreecommitdiff
path: root/live.c
diff options
context:
space:
mode:
Diffstat (limited to 'live.c')
-rw-r--r--live.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/live.c b/live.c
index 8ae386c..97a4e12 100644
--- a/live.c
+++ b/live.c
@@ -714,7 +714,7 @@ int main(int argc __attribute__((__unused__)), char *argv[] __attribute__((__unu
}
/* Start the ISP. */
- ret = omap3_isp_viewfinder_start(isp);
+ ret = omap3_isp_viewfinder_start(isp, -1);
if (ret < 0)
goto cleanup;