git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6682bb3
)
USB: ehci-dbg.c: no need for checking it before call vfree
author
Figo.zhang
<figo1802@gmail.com>
Sat, 6 Jun 2009 12:31:49 +0000
(20:31 +0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 23 Sep 2009 13:46:18 +0000
(06:46 -0700)
vfree() does it's own NULL checking,so no need for check before
calling it.
Signed-off-by: Figo.zhang <figo1802@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found