[PATCH] Fix compile warning in bt8xx module

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

authored by Dmitry Torokhov and committed by Linus Torvalds a462e9ff ea13dbc8

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