From: Shannon Nelson Date: Wed, 18 Dec 2013 13:45:57 +0000 (+0000) Subject: i40e: remove interrupt on AQ error X-Git-Tag: v3.14-rc1~94^2~246^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab954cba06fb2f50d4e269b3b3c7146d0cbdcdf3;p=pandora-kernel.git i40e: remove interrupt on AQ error Since nearly everything we do is synchronous, using the interrupt-on-error bit is unnecessary and causing unneeded interrupts. If anyone wants to use the bit they can turn it on in individual AQ requests using the cmd_details parameter. Change-ID: I4690a9c561d3e0836aeadb4f88f8a8702b1d1366 Signed-off-by: Shannon Nelson Signed-off-by: Jesse Brandeburg Tested-by: Kavindya Deegala Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed