From eded5bf5c304aea7d493bdcc3f7f955c9e20f21d Mon Sep 17 00:00:00 2001 From: Dimitri Stolnikov Date: Sat, 5 May 2012 15:09:01 +0200 Subject: [PATCH] tuner_e4k: fix a typo in choose_rf_filter function --- src/tuner_e4k.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }