]> err.no Git - linux-2.6/blobdiff - drivers/media/video/pvrusb2/pvrusb2-context.c
V4L/DVB (7779): pvrusb2-dvb: quiet down noise in kernel log for feed debug
[linux-2.6] / drivers / media / video / pvrusb2 / pvrusb2-context.c
index b5db6a5bab31e94b5338feb1b788ee14b129eb6e..73dcb1c57ae66c8b520558cfc0fb3efe60ded5e0 100644 (file)
@@ -195,7 +195,7 @@ static int pvr2_context_thread_func(void *foo)
 int pvr2_context_global_init(void)
 {
        pvr2_context_thread_ptr = kthread_run(pvr2_context_thread_func,
-                                             0,
+                                             NULL,
                                              "pvrusb2-context");
        return (pvr2_context_thread_ptr ? 0 : -ENOMEM);
 }