commit | fdaef43dca4d9ebc4c560c6f53f54197b0167d92 | [log] [tgz] |
---|---|---|
author | Ramon Fried <ramon.fried@gmail.com> | Sun Aug 31 23:40:29 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 02 10:40:03 2014 -0700 |
tree | d5fc732a22d8547622da5f4e3d3d7c260a46bf90 | |
parent | a80f58c96d6dd8c7bf7ec33ca695c4fa6b956862 [diff] |
staging: netlogic: Fix checkpatch.pl warning 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>