Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92414
b: refs/heads/master
c: 6401633
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 7119409 commit d93d694
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 0f19e65bc5dcd30f1c5d72f56f6a9a2dc01698f3
refs/heads/master: 64016330b60e44db1383122a11611073fe98f261
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/cx88/cx88-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -2397,9 +2397,10 @@ static void cx88_card_setup(struct cx88_core *core)
xc2028_cfg.tuner = TUNER_XC2028;
xc2028_cfg.priv = &ctl;

info_printk(core, "Asking xc2028/3028 to load firmware %s\n",
ctl.fname);
cx88_call_i2c_clients(core, TUNER_SET_CONFIG, &xc2028_cfg);
}

}

/* ------------------------------------------------------------------ */
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/cx88/cx88-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,8 @@ static int dvb_register(struct cx8802_dev *dev)
dev->dvb.frontend = NULL;
return -1;
}
printk(KERN_INFO "%s/2: xc3028 attached\n",
dev->core->name);
}

/* Ensure all frontends negotiate bus access */
Expand Down

0 comments on commit d93d694

Please sign in to comment.