Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357514
b: refs/heads/master
c: 7d0ee46
h: refs/heads/master
v: v3
  • Loading branch information
Peter Huewe authored and Mauro Carvalho Chehab committed Feb 8, 2013
1 parent c1605a7 commit fd1e8cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: c2668c082ac1b4f30b145762a75ec2b3e016b952
refs/heads/master: 7d0ee461fd173fea8ca254924263f189a3f0dc08
5 changes: 1 addition & 4 deletions trunk/drivers/staging/media/solo6x10/v4l2.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,10 +415,7 @@ static int solo_start_thread(struct solo_filehandle *fh)
{
fh->kthread = kthread_run(solo_thread, fh, SOLO6X10_NAME "_disp");

if (IS_ERR(fh->kthread))
return PTR_ERR(fh->kthread);

return 0;
return PTR_RET(fh->kthread);
}

static void solo_stop_thread(struct solo_filehandle *fh)
Expand Down

0 comments on commit fd1e8cc

Please sign in to comment.