[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130729.222007.1519767834860729149.davem@davemloft.net>
Date: Mon, 29 Jul 2013 22:20:07 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: jeffrey.t.kirsher@...el.com
Cc: donald.c.skidmore@...el.com, netdev@...r.kernel.org,
gospo@...hat.com, sassmann@...hat.com
Subject: Re: [net-next 04/15] ixgbe: add new media type
From: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
Date: Mon, 29 Jul 2013 05:52:00 -0700
> + status = hw->phy.ops.write_i2c_byte(hw, IXGBE_SFF_SFF_8472_OSCB,
> + IXGBE_I2C_EEPROM_DEV_ADDR2,
> + eeprom_data);
> + if (status) {
> + hw_dbg(hw, "Failed to read Rx Rate Select RS1\n");
> + goto out;
> + }
Either the call, or the debugging message, is wrong.
They don't agree on whether this is a read or a write.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists