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 77b3c3385066..b7f5c49b1dbc 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-dvb.c +++ b/drivers/media/video/pvrusb2/pvrusb2-dvb.c | |||
@@ -321,7 +321,7 @@ static int pvr2_dvb_adapter_exit(struct pvr2_dvb_adapter *adap) | |||
321 | static int pvr2_dvb_frontend_init(struct pvr2_dvb_adapter *adap) | 321 | static int pvr2_dvb_frontend_init(struct pvr2_dvb_adapter *adap) |
322 | { | 322 | { |
323 | struct pvr2_hdw *hdw = adap->channel.hdw; | 323 | struct pvr2_hdw *hdw = adap->channel.hdw; |
324 | struct pvr2_dvb_props *dvb_props = hdw->hdw_desc->dvb_props; | 324 | const struct pvr2_dvb_props *dvb_props = hdw->hdw_desc->dvb_props; |
325 | int ret = 0; | 325 | int ret = 0; |
326 | 326 | ||
327 | if (dvb_props == NULL) { | 327 | if (dvb_props == NULL) { |