Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13390
b: refs/heads/master
c: 01cb963
h: refs/heads/master
v: v3
  • Loading branch information
Nickolay V. Shmyrev authored and Linus Torvalds committed Nov 9, 2005
1 parent 72880be commit 7ae870b
Show file tree
Hide file tree
Showing 3 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: 95736034df751631657140aebe677e67d7522867
refs/heads/master: 01cb9633e1b294c604c2dfa01dcac95daf775213
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/tda8290.c
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ int tda8290_init(struct i2c_client *c)
if (tuner_addrs == 0) {
tuner_addrs = 0x61;
tuner_info ("could not clearly identify tuner address, defaulting to %x\n",
tuner_addrs);
tuner_addrs);
} else {
tuner_addrs = tuner_addrs & 0xff;
tuner_info ("setting tuner address to %x\n", tuner_addrs);
Expand Down
1 change: 1 addition & 0 deletions trunk/include/media/tuner.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ extern int tda8290_init(struct i2c_client *c);
extern int tea5767_tuner_init(struct i2c_client *c);
extern int default_tuner_init(struct i2c_client *c);
extern int tea5767_autodetection(struct i2c_client *c);
extern int tda8290_probe(struct i2c_client *c);

#define tuner_warn(fmt, arg...) do {\
printk(KERN_WARNING "%s %d-%04x: " fmt, t->i2c.driver->name, \
Expand Down

0 comments on commit 7ae870b

Please sign in to comment.