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:
a80f58c
)
staging: netlogic: Fix checkpatch.pl warning
author
Ramon Fried
<ramon.fried@gmail.com>
Sun, 31 Aug 2014 20:40:29 +0000
(23:40 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 2 Sep 2014 17:40:03 +0000
(10:40 -0700)
This patch fixes the following checkpatch.pl warning:
WARNING: Possible unnecessary 'out of memory' message
#116: FILE: ./xlr_net.c:116:
+ if (!skb) {
+ pr_err("SKB allocation failed\n");
Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found