Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39573
b: refs/heads/master
c: 626ae83
h: refs/heads/master
i:
  39571: c36112b
v: v3
  • Loading branch information
Amit Choudhary authored and Mauro Carvalho Chehab committed Oct 14, 2006
1 parent 7f72f4d commit 5245b47
Show file tree
Hide file tree
Showing 2 changed files with 5 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: c071fab453f7b181c49d92d06d936bb243ef1932
refs/heads/master: 626ae83bb24927ca015503448f0199842ae2e8da
4 changes: 4 additions & 0 deletions trunk/drivers/media/dvb/bt8xx/dvb-bt8xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,10 @@ static void frontend_init(struct dvb_bt8xx_card *card, u32 type)
case BTTV_BOARD_TWINHAN_DST:
/* DST is not a frontend driver !!! */
state = (struct dst_state *) kmalloc(sizeof (struct dst_state), GFP_KERNEL);
if (!state) {
printk("dvb_bt8xx: No memory\n");
break;
}
/* Setup the Card */
state->config = &dst_config;
state->i2c = card->i2c_adapter;
Expand Down

0 comments on commit 5245b47

Please sign in to comment.