tuner_e4k: fix a typo in choose_rf_filter function

This commit is contained in:
Dimitri Stolnikov 2012-05-05 15:09:01 +02:00
parent 7931aa76c5
commit eded5bf5c3
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ static int choose_rf_filter(enum e4k_band band, uint32_t freq)
freq);
break;
default:
rc -EINVAL;
rc = -EINVAL;
break;
}