Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf3883c1 authored by Dave Jones's avatar Dave Jones Committed by David S. Miller
Browse files

[ATM]: Ratelimit atmsvc failure messages



This seems to be trivial to trigger.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7a11c4d0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ static void sigd_put_skb(struct sk_buff *skb)
	remove_wait_queue(&sigd_sleep,&wait);
#else
	if (!sigd) {
		if (net_ratelimit())
			printk(KERN_WARNING "atmsvc: no signaling demon\n");
		kfree_skb(skb);
		return;