diff options
Diffstat (limited to 'linux/drivers/media/video/msp3400.c')
-rw-r--r-- | linux/drivers/media/video/msp3400.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/msp3400.c b/linux/drivers/media/video/msp3400.c index e0d6b125e..b6ab3a3ee 100644 --- a/linux/drivers/media/video/msp3400.c +++ b/linux/drivers/media/video/msp3400.c @@ -1672,6 +1672,8 @@ static int msp_attach(struct i2c_adapter *adap, int addr, unsigned short flags, if (NULL == msp->kthread) printk(KERN_WARNING "msp34xx: kernel_thread() failed\n"); #else + /*FIXME: Not sure if this will work */ + msp->kthread = NULL; kernel_thread (thread_func, c, 0); #endif |