aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds
diff options
context:
space:
mode:
authorDon Skidmore <donald.c.skidmore@intel.com>2013-06-28 05:35:50 +0000
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2013-08-29 02:51:56 -0700
commitbd8a1b12907e314c3630c18da2bc0a07f5ae72e7 (patch)
treed41da0e9e88451e11c2c9f13541b2c525bb77110 /drivers/leds
parentixgbe: Check return value on eeprom reads (diff)
downloadlinux-dev-bd8a1b12907e314c3630c18da2bc0a07f5ae72e7.tar.xz
linux-dev-bd8a1b12907e314c3630c18da2bc0a07f5ae72e7.zip
ixgbe: fix incorrect limit value in ring transverse
We were transversing the tx_ring with IXGBE_NUM_RX_QUEUES. Now this define happens to have the correct value but this is misleading and a change later could easily make this no longer true. I updated it to netdev->num_tx_queues like we use in ixgbe_get_strings(). Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/leds')
0 files changed, 0 insertions, 0 deletions