Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ba582b7 authored by Michael Chan's avatar Michael Chan Committed by David S. Miller
Browse files

[BNX2]: Fix compiler warning.



Change bnx2_init_napi() to void.

Warning was noted by DaveM.

Signed-off-by: default avatarMichael Chan <mchan@broadcom.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f13561cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7313,7 +7313,7 @@ bnx2_bus_string(struct bnx2 *bp, char *str)
	return str;
}

static int __devinit
static void __devinit
bnx2_init_napi(struct bnx2 *bp)
{
	int i;