commit | d3cec927ef9f5783b5658e27401425fda4a2d4d9 | [log] [tgz] |
---|---|---|
author | Don Skidmore <donald.c.skidmore@intel.com> | Thu Jan 16 02:30:10 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 16 15:34:25 2014 -0800 |
tree | 39d0ca38a98f9ca6690b5653f1dc79108e473c9d | |
parent | de02decb33e176c1befc4d0f19c11a334b31f1ea [diff] |
ixgbe: Fix incorrect logic for fixed fiber eeprom write In this code we wanted to set the bit in IXGBE_SFF_SOFT_RS_SELECT_MASK to the value in rs. So we really needed a logical or rather than an and, this patch makes that change. Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>