From b0a02923f51106aa664e0400be374d33021fe21f Mon Sep 17 00:00:00 2001 From: Danny Kukawka Date: Wed, 22 Feb 2012 09:24:55 -0300 Subject: [PATCH] --- yaml --- r: 295031 b: refs/heads/master c: b3f5badaa1108f9174f068b915700a9e2f2d9ae2 h: refs/heads/master i: 295029: d26d74050edb73bab5c9f04ef5c42a1a54af7352 295027: d2f1266cdbd33e326d46a30f96f93f67b14e8359 295023: e7c1b5283653f8e4187bbddfe757db9900102c10 v: v3 --- [refs] | 2 +- trunk/drivers/media/video/cx18/cx18-driver.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 45759b3657a1..ec41f27cfa90 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0d47bf5585b1240141c8fb84627e5c1a54ab7a6d +refs/heads/master: b3f5badaa1108f9174f068b915700a9e2f2d9ae2 diff --git a/trunk/drivers/media/video/cx18/cx18-driver.c b/trunk/drivers/media/video/cx18/cx18-driver.c index 349bd9c2aff5..935574511ff2 100644 --- a/trunk/drivers/media/video/cx18/cx18-driver.c +++ b/trunk/drivers/media/video/cx18/cx18-driver.c @@ -75,7 +75,7 @@ static int radio[CX18_MAX_CARDS] = { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 }; static unsigned cardtype_c = 1; static unsigned tuner_c = 1; -static bool radio_c = 1; +static unsigned radio_c = 1; static char pal[] = "--"; static char secam[] = "--"; static char ntsc[] = "-"; @@ -110,7 +110,7 @@ static int retry_mmio = 1; int cx18_debug; module_param_array(tuner, int, &tuner_c, 0644); -module_param_array(radio, bool, &radio_c, 0644); +module_param_array(radio, int, &radio_c, 0644); module_param_array(cardtype, int, &cardtype_c, 0644); module_param_string(pal, pal, sizeof(pal), 0644); module_param_string(secam, secam, sizeof(secam), 0644);