Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18704
b: refs/heads/master
c: a462e9f
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov authored and Linus Torvalds committed Jan 17, 2006
1 parent 4c506bd commit 5145f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: ea13dbc89caecd982500894d4238766a6bd3c8f4
refs/heads/master: a462e9ff524f33da3e504fc71b8dd2b7584e4f28
4 changes: 1 addition & 3 deletions trunk/drivers/media/dvb/bt8xx/dvb-bt8xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ static int dvb_bt8xx_probe(struct bttv_sub_device *sub)
return 0;
}

static int dvb_bt8xx_remove(struct bttv_sub_device *sub)
static void dvb_bt8xx_remove(struct bttv_sub_device *sub)
{
struct dvb_bt8xx_card *card = dev_get_drvdata(&sub->dev);

Expand All @@ -911,8 +911,6 @@ static int dvb_bt8xx_remove(struct bttv_sub_device *sub)
dvb_unregister_adapter(&card->dvb_adapter);

kfree(card);

return 0;
}

static struct bttv_sub_driver driver = {
Expand Down

0 comments on commit 5145f91

Please sign in to comment.