From: Alexander Duyck Date: Tue, 21 Aug 2012 00:15:13 +0000 (+0000) Subject: ixgbevf: Return error on failure to enable VLAN X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ddc7fe1cd1b2e0502f12b89c60b6e1ca66837dd;p=pandora-kernel.git ixgbevf: Return error on failure to enable VLAN With recent kernel changes we can now return errors on a failure to setup a VLAN filter. This patch takes advantage of that opportunity so that we can return either an EIO error in the case of a mailbox failure, or an EACCESS error in the case of being denied access to the VLAN filter table by the PF. Signed-off-by: Alexander Duyck Tested-by: Robert Garrett Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed