Commit a462e9ff524f33da3e504fc71b8dd2b7584e4f28

Authored by Dmitry Torokhov
Committed by Linus Torvalds
1 parent ea13dbc89c

[PATCH] Fix compile warning in bt8xx module

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

Showing 1 changed file with 1 additions and 3 deletions Side-by-side Diff

drivers/media/dvb/bt8xx/dvb-bt8xx.c
... ... @@ -893,7 +893,7 @@
893 893 return 0;
894 894 }
895 895  
896   -static int dvb_bt8xx_remove(struct bttv_sub_device *sub)
  896 +static void dvb_bt8xx_remove(struct bttv_sub_device *sub)
897 897 {
898 898 struct dvb_bt8xx_card *card = dev_get_drvdata(&sub->dev);
899 899  
... ... @@ -911,8 +911,6 @@
911 911 dvb_unregister_adapter(&card->dvb_adapter);
912 912  
913 913 kfree(card);
914   -
915   - return 0;
916 914 }
917 915  
918 916 static struct bttv_sub_driver driver = {