From: Jesse Brandeburg Date: Fri, 13 Sep 2013 08:23:20 +0000 (+0000) Subject: i40e: convert ret to aq_ret X-Git-Tag: v3.12-rc4~30^2~40^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcae29be4fba85cc9965511f5c112bd08892b1cb;p=pandora-kernel.git i40e: convert ret to aq_ret When calling admin queue functions the driver should use aq_ret variable to help make clear that the return value is not a regular return variable. This allows for clean up of the return types that were previously converted to int. Signed-off-by: Jesse Brandeburg Tested-by: Kavindya Deegala Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed