Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227102
b: refs/heads/master
c: 0e86eb2
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Dmitry Torokhov committed Nov 22, 2010
1 parent b6cb314 commit 45f133a
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: 39de52104dd92bc0548a20201350111dc9317df9
refs/heads/master: 0e86eb29def648664c2c0fa605f5b5bad84247cb
2 changes: 1 addition & 1 deletion trunk/drivers/input/serio/ps2mult.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ static int ps2mult_connect(struct serio *serio, struct serio_driver *drv)
err_out:
while (--i >= 0)
kfree(psm->ports[i].serio);
kfree(serio);
kfree(psm);
return error;
}

Expand Down

0 comments on commit 45f133a

Please sign in to comment.