diff options
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-dvb.c')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-dvb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-dvb.c b/drivers/media/video/pvrusb2/pvrusb2-dvb.c index 1a7c3ddace07..58ef5caba83a 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-dvb.c +++ b/drivers/media/video/pvrusb2/pvrusb2-dvb.c | |||
@@ -405,7 +405,7 @@ struct pvr2_dvb_adapter *pvr2_dvb_create(struct pvr2_context *pvr) | |||
405 | if (!pvr->hdw->hdw_desc->dvb_props) { | 405 | if (!pvr->hdw->hdw_desc->dvb_props) { |
406 | /* Device lacks a digital interface so don't set up | 406 | /* Device lacks a digital interface so don't set up |
407 | the DVB side of the driver either. For now. */ | 407 | the DVB side of the driver either. For now. */ |
408 | return 0; | 408 | return NULL; |
409 | } | 409 | } |
410 | adap = kzalloc(sizeof(*adap), GFP_KERNEL); | 410 | adap = kzalloc(sizeof(*adap), GFP_KERNEL); |
411 | if (!adap) return adap; | 411 | if (!adap) return adap; |