]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: use correct struct for get and update vsi params
authorShannon Nelson <shannon.nelson@intel.com>
Thu, 28 Nov 2013 06:39:43 +0000 (06:39 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 6 Jan 2014 11:08:34 +0000 (03:08 -0800)
commit17063684e0893c59f150f1e8f4205f701c9c0b96
tree3506ec97889cc94fc4dbb5815be806296f082643
parentea250a0ad2893b56aa1d3fbcbb6d2a537755b9ed
i40e: use correct struct for get and update vsi params

The get_vsi_params and update_vsi_params functions were using a
different command struct that just happened to have an seid element in
the right place and so worked correctly anyway.  This patch fixes the
functions to use the right data struct.

There is no actual logic change.

Change-Id: I513b5e1dc293dfd5b2ba4fa443cbdbfa608d9d19
Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_common.c