Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58211
b: refs/heads/master
c: 33143ea
h: refs/heads/master
i:
  58209: c79d049
  58207: 4c7f916
v: v3
  • Loading branch information
Dmitry Torokhov committed Jun 29, 2007
1 parent b14b41b commit 22f5fd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9f7a60d6e47a70957e5f6676cfe8c83956b08aa6
refs/heads/master: 33143ea1a34d12699e6aa222ba124498abcfe4d1
2 changes: 2 additions & 0 deletions trunk/drivers/input/serio/serio.c
Original file line number Diff line number Diff line change
Expand Up @@ -769,8 +769,10 @@ static int serio_driver_remove(struct device *dev)

static void serio_cleanup(struct serio *serio)
{
mutex_lock(&serio->drv_mutex);
if (serio->drv && serio->drv->cleanup)
serio->drv->cleanup(serio);
mutex_unlock(&serio->drv_mutex);
}

static void serio_shutdown(struct device *dev)
Expand Down

0 comments on commit 22f5fd1

Please sign in to comment.