Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45088
b: refs/heads/master
c: 2582140
h: refs/heads/master
v: v3
  • Loading branch information
Akinobu Mita authored and Mauro Carvalho Chehab committed Dec 27, 2006
1 parent 0a7558d commit b2b6dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 054afee4736677a00982f6414a983dec8ee511db
refs/heads/master: 25821400359d2b3daacfb93303944211b8411ac3
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/msp3400-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ static int msp_attach(struct i2c_adapter *adapter, int address, int kind)
if (thread_func) {
state->kthread = kthread_run(thread_func, client, "msp34xx");

if (state->kthread == NULL)
if (IS_ERR(state->kthread))
v4l_warn(client, "kernel_thread() failed\n");
msp_wake_thread(client);
}
Expand Down

0 comments on commit b2b6dd1

Please sign in to comment.