aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/vivi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/vivi.c')
-rw-r--r--drivers/media/video/vivi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c
index 980620f411f0..fbfefae7886f 100644
--- a/drivers/media/video/vivi.c
+++ b/drivers/media/video/vivi.c
@@ -1406,7 +1406,7 @@ free_dev:
1406 */ 1406 */
1407static int __init vivi_init(void) 1407static int __init vivi_init(void)
1408{ 1408{
1409 int ret, i; 1409 int ret = 0, i;
1410 1410
1411 if (n_devs <= 0) 1411 if (n_devs <= 0)
1412 n_devs = 1; 1412 n_devs = 1;