[NET]: Make NETDEBUG pure printk wrappers
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
64cf1e5d8b
commit
64ce207306
@@ -573,7 +573,7 @@ slow_path:
|
||||
*/
|
||||
|
||||
if ((skb2 = alloc_skb(len+hlen+ll_rs, GFP_ATOMIC)) == NULL) {
|
||||
NETDEBUG(printk(KERN_INFO "IP: frag: no memory for new fragment!\n"));
|
||||
NETDEBUG(KERN_INFO "IP: frag: no memory for new fragment!\n");
|
||||
err = -ENOMEM;
|
||||
goto fail;
|
||||
}
|
||||
|
Reference in New Issue
Block a user