summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/v4l.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/harddrake/v4l.pm')
-rw-r--r--perl-install/harddrake/v4l.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/v4l.pm b/perl-install/harddrake/v4l.pm
index ce944adcb..ee6b488ae 100644
--- a/perl-install/harddrake/v4l.pm
+++ b/perl-install/harddrake/v4l.pm
@@ -221,7 +221,7 @@ If your card is misdetected, you can force the right tuner and card types here.
$conf{card} = $cards_lst->{$driver}{$conf{card}};
my $options =
- 'radio=' . ($conf{radio} ? 1 : 0) . ' '.
+ 'radio=' . ($conf{radio} ? 1 : 0) . ' ' .
join(' ', map { if_($conf{$_} ne -1, "$_=$conf{$_}") } qw(card pll tuner gbuffers));
if ($options) {
log::l("[harddrake::bttv] $options");