Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13334
b: refs/heads/master
c: 4d63cb4
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Nov 9, 2005
1 parent 6ebe9c2 commit 04f17fd
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: bd15eba3a0f2b175bd80c21d5fc86c02ed4c56f6
refs/heads/master: 4d63cb45a2ee5cbf2e6d568fb2c4007a52e21bcf
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/msp3400.c
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,7 @@ static int msp_detach(struct i2c_client *client)
struct msp3400c *msp = i2c_get_clientdata(client);

/* shutdown control thread */
if (msp->kthread >= 0) {
if (msp->kthread) {
msp->restart = 1;
kthread_stop(msp->kthread);
}
Expand Down

0 comments on commit 04f17fd

Please sign in to comment.