aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/frontends/drxd_hard.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/drxd_hard.c b/drivers/media/dvb/frontends/drxd_hard.c
index 30a78af424cb..ea4c1c361d2b 100644
--- a/drivers/media/dvb/frontends/drxd_hard.c
+++ b/drivers/media/dvb/frontends/drxd_hard.c
@@ -2348,8 +2348,9 @@ static int DRX_Start(struct drxd_state *state, s32 off)
2348 status = Write16(state, 2348 status = Write16(state,
2349 FE_AG_REG_IND_DEL__A, 71, 0x0000); 2349 FE_AG_REG_IND_DEL__A, 71, 0x0000);
2350 break; 2350 break;
2351 default:
2352 status = -EINVAL;
2351 } 2353 }
2352 status = status;
2353 if (status < 0) 2354 if (status < 0)
2354 break; 2355 break;
2355 2356