Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164155
b: refs/heads/master
c: 8bfd4b2
h: refs/heads/master
i:
  164153: 1d2bb6f
  164151: 0bbac18
v: v3
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Sep 19, 2009
1 parent 593e1ab commit a6532c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 1f8c40b44161d64fd127aa93e717576ae0d6e9d2
refs/heads/master: 8bfd4b290ac28752234bce8febe96497b389cc3e
5 changes: 1 addition & 4 deletions trunk/drivers/media/video/saa7164/saa7164-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -521,10 +521,9 @@ int saa7164_dvb_register(struct saa7164_tsport *port)
case SAA7164_BOARD_HAUPPAUGE_HVR2200:
case SAA7164_BOARD_HAUPPAUGE_HVR2200_2:
case SAA7164_BOARD_HAUPPAUGE_HVR2200_3:
i2c_bus = &dev->i2c_bus[port->nr + 1];
switch (port->nr) {
case 0:
i2c_bus = &dev->i2c_bus[1];

port->dvb.frontend = dvb_attach(tda10048_attach,
&hauppauge_hvr2200_1_config,
&i2c_bus->i2c_adap);
Expand All @@ -538,8 +537,6 @@ int saa7164_dvb_register(struct saa7164_tsport *port)

break;
case 1:
i2c_bus = &dev->i2c_bus[2];

port->dvb.frontend = dvb_attach(tda10048_attach,
&hauppauge_hvr2200_2_config,
&i2c_bus->i2c_adap);
Expand Down

0 comments on commit a6532c6

Please sign in to comment.