mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 23:21:49 -04:00
drivers/net/ns83820.c: fix sparse warnings: fix signedness
Fix this sparse warnings: drivers/net/ns83820.c:479:36: warning: incorrect type in argument 2 (different signedness) drivers/net/ns83820.c:479:36: warning: incorrect type in argument 2 (different signedness) drivers/net/ns83820.c:479:36: warning: incorrect type in argument 2 (different signedness) drivers/net/ns83820.c:479:36: warning: incorrect type in argument 2 (different signedness) Signed-off-by: Hannes Eder <hannes@hanneseder.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
fbf978914e
commit
5d7dce76c5
@@ -409,7 +409,7 @@ static int lnksts = 0; /* CFG_LNKSTS bit polarity */
|
||||
struct rx_info {
|
||||
spinlock_t lock;
|
||||
int up;
|
||||
long idle;
|
||||
unsigned long idle;
|
||||
|
||||
struct sk_buff *skbs[NR_RX_DESC];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user