commit | 0c3d5a96d5e5e6d5662d335a3bdfb76f35433f18 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Mar 12 08:07:12 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 15 14:28:03 2018 -0400 |
tree | c846443806fa4f887ca492d211ef04ca0aa21902 | |
parent | 80d9f3a0fdb8c1129921147780661ed0a2cae2a1 [diff] |
net: drivers/net: Remove unnecessary skb_copy_expand OOM messages skb_copy_expand without __GFP_NOWARN already does a dump_stack on OOM so these messages are redundant. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>