Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288473
b: refs/heads/master
c: 9bd58e7
h: refs/heads/master
i:
  288471: ef96d36
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Mar 1, 2012
1 parent b743f58 commit e5c9627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4a98b212768a3ba98c6508e0d5ca7470d3bccec3
refs/heads/master: 9bd58e77e656abe08f3f781d982bc9e29167e1c3
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/siano/smsdvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -872,11 +872,11 @@ static int smsdvb_hotplug(struct smscore_device_t *coredev,
switch (smscore_get_device_mode(coredev)) {
case DEVICE_MODE_DVBT:
case DEVICE_MODE_DVBT_BDA:
smsdvb_fe_ops.delsys[0] = SYS_DVBT;
client->frontend.ops.delsys[0] = SYS_DVBT;
break;
case DEVICE_MODE_ISDBT:
case DEVICE_MODE_ISDBT_BDA:
smsdvb_fe_ops.delsys[0] = SYS_ISDBT;
client->frontend.ops.delsys[0] = SYS_ISDBT;
break;
}

Expand Down

0 comments on commit e5c9627

Please sign in to comment.