aboutsummaryrefslogtreecommitdiffstats
path: root/src/tuner_e4k.c
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2012-05-05 15:09:01 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2012-05-05 15:09:01 +0200
commiteded5bf5c304aea7d493bdcc3f7f955c9e20f21d (patch)
tree419f641ee34761d023a864549a1952a06e12144a /src/tuner_e4k.c
parent7931aa76c5a9fa42d2c8a8952345741b3aaf790d (diff)
tuner_e4k: fix a typo in choose_rf_filter function
Diffstat (limited to 'src/tuner_e4k.c')
-rw-r--r--src/tuner_e4k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tuner_e4k.c b/src/tuner_e4k.c
index 1cdd908..651c626 100644
--- a/src/tuner_e4k.c
+++ b/src/tuner_e4k.c
@@ -187,7 +187,7 @@ static int choose_rf_filter(enum e4k_band band, uint32_t freq)
freq);
break;
default:
- rc -EINVAL;
+ rc = -EINVAL;
break;
}