mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 05:32:00 +00:00
[PATCH] uli526x warning fix
drivers/net/tulip/uli526x.c: In function `__check_mode': drivers/net/tulip/uli526x.c:1693: warning: return from incompatible pointer type Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
parent
3cfc15103a
commit
99bb25793e
@ -214,7 +214,7 @@ static u32 uli526x_cr6_user_set;
|
||||
/* For module input parameter */
|
||||
static int debug;
|
||||
static u32 cr6set;
|
||||
static unsigned char mode = 8;
|
||||
static int mode = 8;
|
||||
|
||||
/* function declaration ------------------------------------- */
|
||||
static int uli526x_open(struct net_device *);
|
||||
|
Loading…
Reference in New Issue
Block a user