Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4706
b: refs/heads/master
c: 833e9a1
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab authored and Linus Torvalds committed Jul 12, 2005
1 parent 93e56e8 commit c964f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 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: af9eeed2d78cb9c672bdc750133506670713fdf8
refs/heads/master: 833e9a1abe8cdfc037964d3240d57bb8ff94bff0
9 changes: 1 addition & 8 deletions trunk/drivers/media/video/tveeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,14 +400,6 @@ void tveeprom_hauppauge_analog(struct tveeprom *tvee, unsigned char *eeprom_data
}
}

#if 0
if (t_format < sizeof(hauppauge_tuner_fmt)/sizeof(struct HAUPPAUGE_TUNER_FMT)) {
tvee->tuner_formats = hauppauge_tuner_fmt[t_format].id;
t_fmt_name = hauppauge_tuner_fmt[t_format].name;
} else {
t_fmt_name = "<unknown>";
}
#endif

TVEEPROM_KERN_INFO("Hauppauge: model = %d, rev = %s, serial# = %d\n",
tvee->model,
Expand Down Expand Up @@ -482,6 +474,7 @@ static unsigned short normal_i2c[] = {
0xa0 >> 1,
I2C_CLIENT_END,
};

I2C_CLIENT_INSMOD;

struct i2c_driver i2c_driver_tveeprom;
Expand Down

0 comments on commit c964f6c

Please sign in to comment.