Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13403
b: refs/heads/master
c: b228ede
h: refs/heads/master
i:
  13401: 0c638e6
  13399: e958fa5
v: v3
  • Loading branch information
Nickolay V. Shmyrev authored and Linus Torvalds committed Nov 9, 2005
1 parent 4ae7b59 commit 1176dd5
Show file tree
Hide file tree
Showing 3 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: 52c02fcd00cf6fb6f5b2c8beae3b283c63cf1210
refs/heads/master: b228ede44c1cded7f3dadbb8bfaeaec97f7885e8
2 changes: 1 addition & 1 deletion trunk/Documentation/video4linux/API.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <H1>Video For Linux APIs</H1>
</td><td>
Obsoleted by V4L2 API
</td></tr><tr><td>
<A HREF=http://www.linuxtv.org/downloads/video4linux/API/V4L2_API.html>
<A HREF=http://www.linuxtv.org/downloads/video4linux/API/V4L2_API>
V4L2 API</a>
</td><td>
Should be used for new projects
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/tuner-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ static int tuner_attach(struct i2c_adapter *adap, int addr, int kind)
/* If chip is not tda8290, don't register.
since it can be tda9887*/
if (tda8290_probe(&t->i2c) != 0) {
tuner_dbg("chip at addr %x is not a tda8290\n", addr);
tuner_dbg("chip at addr %x is not a tda8290\n", addr);
kfree(t);
return 0;
}
Expand Down

0 comments on commit 1176dd5

Please sign in to comment.