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

Commit 81c58732 authored by Randy Dunlap's avatar Randy Dunlap Committed by Jeff Garzik
Browse files

[PATCH] ns83820: fix gfp flags type



Fix implicit nocast warnings in ns83820 code, including __nocast:
drivers/net/ns83820.c:603:46: warning: implicit cast to nocast type

Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent f36a29d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -584,7 +584,7 @@ static inline int ns83820_add_rx_skb(struct ns83820 *dev, struct sk_buff *skb)
	return 0;
	return 0;
}
}


static inline int rx_refill(struct net_device *ndev, unsigned int gfp)
static inline int rx_refill(struct net_device *ndev, unsigned int __nocast gfp)
{
{
	struct ns83820 *dev = PRIV(ndev);
	struct ns83820 *dev = PRIV(ndev);
	unsigned i;
	unsigned i;