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:
1bac92c
)
mwifiex: remove unneeded kfree(NULL);
author
Dan Carpenter
<dan.carpenter@oracle.com>
Tue, 8 Nov 2011 03:31:44 +0000
(19:31 -0800)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 9 Nov 2011 21:14:11 +0000
(16:14 -0500)
The previous if statement means this that pointer is NULL so there
is no need to free it.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found