[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <47A084B0.1000301@tiscali.nl>
Date: Wed, 30 Jan 2008 15:07:44 +0100
From: Roel Kluin <12o3l@...cali.nl>
To: mchan@...adcom.com, lkml <linux-kernel@...r.kernel.org>
CC: netdev@...r.kernel.org
Subject: [drivers/net/bnx2.c] ADVERTISE_1000XPSE_ASYM
In drivers/net/bnx2.c:1285: it reads in function bnx2_setup_remote_phy():
if (pause_adv & (ADVERTISE_1000XPSE_ASYM | ADVERTISE_1000XPSE_ASYM))
Note that the two are the same and this is therefore equivalent to
if (pause_adv & ADVERTISE_1000XPSE_ASYM)
This appears to be incorrect, was maybe '| ADVERTISE_1000XPAUSE' intended?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists