Skip to content

Commit

Permalink
[PATCH] uli526x warning fix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed Feb 7, 2006
1 parent 3cfc151 commit 99bb257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/tulip/uli526x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);
Expand Down

0 comments on commit 99bb257

Please sign in to comment.