From: Shannon Nelson Date: Wed, 4 Jun 2014 01:23:14 +0000 (+0000) Subject: i40e: make prep_for_reset void X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~260^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23cfbe074da66305d992c663b778d12476eeefce;p=pandora-kernel.git i40e: make prep_for_reset void The return from i40e_prep_for_reset() was being ignored by almost all its callers. The one place it wasn't ignored could have caused a silent and confusing failure of the driver to finish a reset. Since we really are doing a rebuild anyway, ignore this last case as well and simply make the function a void type. Change-ID: Ia4fed7f903d39a6c47c5722625a53e59c3f7ed53 Signed-off-by: Shannon Nelson Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed