Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138295
b: refs/heads/master
c: 0db8556
h: refs/heads/master
i:
  138293: b1e2ff9
  138291: 18338f3
  138287: 470af80
v: v3
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 3a787d3 commit 4b8ad98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5f757ddd5f193f54a5a7498d32568b630583503e
refs/heads/master: 0db8556805bdaed865329e55b9a1ad05f9cbd856
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/pvrusb2/pvrusb2-hdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -2045,6 +2045,7 @@ static int pvr2_hdw_load_subdev(struct pvr2_hdw *hdw,
* and every other place where I can find examples of this, the
* "chipid" appears to just be the module name again. So here we
* just do the same thing. */
hdw->i2c_adap.class = 0;
if (i2ccnt == 1) {
pvr2_trace(PVR2_TRACE_INIT,
"Module ID %u:"
Expand All @@ -2062,6 +2063,7 @@ static int pvr2_hdw_load_subdev(struct pvr2_hdw *hdw,
fname, fname,
i2caddr);
}
hdw->i2c_adap.class = I2C_CLASS_TV_ANALOG;

if (!sd) {
pvr2_trace(PVR2_TRACE_ERROR_LEGS,
Expand Down

0 comments on commit 4b8ad98

Please sign in to comment.