mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
cns3xxx: ethernet: fix signed/unsigned comparison
Fixes a compiler warning Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
This commit is contained in:
parent
d1aa6bd698
commit
23cdbf2644
@ -761,7 +761,7 @@ static int eth_xmit(struct sk_buff *skb, struct net_device *dev)
|
||||
int nr_desc = nr_frags;
|
||||
int index0, index, index_last;
|
||||
int len0;
|
||||
unsigned int i;
|
||||
int i;
|
||||
u32 config0;
|
||||
|
||||
if (pmap == 8)
|
||||
|
Loading…
x
Reference in New Issue
Block a user