Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250315
b: refs/heads/master
c: 63952e8
h: refs/heads/master
i:
  250313: 7e76baa
  250311: 67cc3dc
v: v3
  • Loading branch information
Andreas Oberritter authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent 3eae310 commit 9ad1e5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 94d56ffa0a9bf11dfb602dae9223089e09a8e050
refs/heads/master: 63952e8c4ae7f3272cd37321a71428f3637f650f
3 changes: 2 additions & 1 deletion trunk/drivers/media/dvb/frontends/drxd_hard.c
Original file line number Diff line number Diff line change
Expand Up @@ -2348,8 +2348,9 @@ static int DRX_Start(struct drxd_state *state, s32 off)
status = Write16(state,
FE_AG_REG_IND_DEL__A, 71, 0x0000);
break;
default:
status = -EINVAL;
}
status = status;
if (status < 0)
break;

Expand Down

0 comments on commit 9ad1e5a

Please sign in to comment.