[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:
Andrew Morton 2006-02-03 01:45:20 -08:00 committed by Jeff Garzik
parent 3cfc15103a
commit 99bb25793e
1 changed files with 1 additions and 1 deletions

View File

@ -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 *);