summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}