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:
0e6c7f7
)
xhci-mem.c: xhci_segment_free: No need for checking seg argument
author
Kautuk Consul
<consul.kautuk@gmail.com>
Mon, 19 Sep 2011 23:53:16 +0000
(16:53 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 20 Sep 2011 19:40:32 +0000
(12:40 -0700)
The seg argument to xhci_segment_free is never passed as NULL, so
no need to check for this in xhci_segment_free.
Signed-off-by: Kautuk Consul <consul.kautuk@gmail.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found