From: Alexander Duyck Date: Fri, 20 Jul 2012 08:09:17 +0000 (+0000) Subject: ixgbe: Move message handling routines into their own functions X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~625^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58a02beedf14776b055d1eee72fcc1c64ebc79d6;p=pandora-kernel.git ixgbe: Move message handling routines into their own functions Instead of trying to maintain one large monolithic function that handles most of the different messages from the VF it makes sense to break the message handling function up so that we can just go through one switch statement and call the correct routine for a given message. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed