From: Shannon Nelson Date: Thu, 28 Nov 2013 06:39:43 +0000 (+0000) Subject: i40e: use correct struct for get and update vsi params X-Git-Tag: v3.14-rc1~94^2~279^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5ac8579f03fc139f39ff8e2ff36d831558ad1a0;p=pandora-kernel.git 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 Signed-off-by: Jesse Brandeburg Tested-by: Kavindya Deegala Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed