aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-hdw.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw.c')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-hdw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
index 33ea950abb4f..1bfa9b9d7aa0 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
@@ -2439,6 +2439,8 @@ struct pvr2_hdw *pvr2_hdw_create(struct usb_interface *intf,
2439 hdw = kzalloc(sizeof(*hdw),GFP_KERNEL); 2439 hdw = kzalloc(sizeof(*hdw),GFP_KERNEL);
2440 pvr2_trace(PVR2_TRACE_INIT,"pvr2_hdw_create: hdw=%p, type \"%s\"", 2440 pvr2_trace(PVR2_TRACE_INIT,"pvr2_hdw_create: hdw=%p, type \"%s\"",
2441 hdw,hdw_desc->description); 2441 hdw,hdw_desc->description);
2442 pvr2_trace(PVR2_TRACE_INFO, "Hardware description attached: %s",
2443 hdw_desc->description);
2442 if (!hdw) goto fail; 2444 if (!hdw) goto fail;
2443 2445
2444 init_timer(&hdw->quiescent_timer); 2446 init_timer(&hdw->quiescent_timer);