summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
diff options
context:
space:
mode:
authorDon Skidmore2015-06-19 18:23:36 +0200
committerJeff Kirsher2015-09-02 02:03:36 +0200
commitd5702dea43fc517c389f2d9825213dabbfdaed5e (patch)
treeabbf81a7c10636c5b15658d53e655917221bead3 /drivers/mailbox
parentixgbe: use kzalloc for allocating one thing (diff)
downloadkernel-qcow2-linux-d5702dea43fc517c389f2d9825213dabbfdaed5e.tar.gz
kernel-qcow2-linux-d5702dea43fc517c389f2d9825213dabbfdaed5e.tar.xz
kernel-qcow2-linux-d5702dea43fc517c389f2d9825213dabbfdaed5e.zip
ixgbe: Remove second instance of lan_id variable
This patch removes the redundant lan_id in the phy struct and uses the bus version. Both variables exist and intend to represent the STATUS register LAN_ID field. However, phy.lan_id is not bit shifted so the phy.lan_id = 0x0 for LAN Id 0 and phy.lan_id = 0x4 for LAN Id 1. Where bus.lan_id is bit shifted so bus.lan_id = 0x0 for LAN Id 0 and bus.lan_id = 0x1 for LAN Id 1. There seems no need for the additional lan_id variable and this should make the code less confusing. Signed-off-by: Donald C Skidmore <donald.c.skidmore@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/mailbox')
0 files changed, 0 insertions, 0 deletions