Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200694
b: refs/heads/master
c: 44176d9
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Jun 30, 2010
1 parent 629ca4f commit da01bb2
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: eb169d1cc7fb219cc42c584f7a195f71913e6b6a
refs/heads/master: 44176d9f8265de799512f833ca4d9785aa016b3a
2 changes: 1 addition & 1 deletion trunk/drivers/staging/mrst-touchscreen/intel-mid-touch.c
Original file line number Diff line number Diff line change
Expand Up @@ -817,9 +817,9 @@ static int mrstouch_remove(struct spi_device *spi)
free_irq(mrstouchdevp->irq, mrstouchdevp);
input_unregister_device(mrstouchdevp->input);
input_free_device(mrstouchdevp->input);
kfree(mrstouchdevp);
if (mrstouchdevp->pendet_thrd)
kthread_stop(mrstouchdevp->pendet_thrd);
kfree(mrstouchdevp);
return 0;
}

Expand Down

0 comments on commit da01bb2

Please sign in to comment.