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

Commit bde3445c authored by Ralf Baechle's avatar Ralf Baechle Committed by David S. Miller
Browse files

[AX.25]: Get rid of the last volatile.



This volatile makes no sense - not even wearing pink shades ...

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e2b20950
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -102,8 +102,8 @@ static int ax25_rx_fragment(ax25_cb *ax25, struct sk_buff *skb)
int ax25_rx_iframe(ax25_cb *ax25, struct sk_buff *skb)
int ax25_rx_iframe(ax25_cb *ax25, struct sk_buff *skb)
{
{
	int (*func)(struct sk_buff *, ax25_cb *);
	int (*func)(struct sk_buff *, ax25_cb *);
	volatile int queued = 0;
	unsigned char pid;
	unsigned char pid;
	int queued = 0;


	if (skb == NULL) return 0;
	if (skb == NULL) return 0;