si470x tuner: remove obsolete handling of special value 2 for RADIO_SLEEP

Change-Id: I2291a9f402ff0da03fe58933a33d67c2ac4f0332
This commit is contained in:
Bertrik Sikken 2012-04-09 13:20:49 +02:00
parent 48c248d02b
commit 3cb0d71759

View file

@ -447,9 +447,7 @@ int si4700_set(int setting, int value)
switch(setting) switch(setting)
{ {
case RADIO_SLEEP: case RADIO_SLEEP:
if (value != 2) si4700_sleep(value);
si4700_sleep(value);
/* else actually it's 'pause' */
break; break;
case RADIO_FREQUENCY: case RADIO_FREQUENCY: