From: Alexander Gordeev Date: Tue, 11 Mar 2014 16:00:22 +0000 (+0100) Subject: ntb: Split ntb_setup_msix() into separate BWD/SNB routines X-Git-Tag: v3.15-rc1~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53a788a765b5336bd5ac5935e6d962bcdd281802;p=pandora-kernel.git ntb: Split ntb_setup_msix() into separate BWD/SNB routines This is an cleanup effort to make ntb_setup_msix() more readable - use ntb_setup_bwd_msix() to init MSI-Xs on BWD hardware and ntb_setup_snb_msix() - on SNB hardware. Function ntb_setup_snb_msix() also initializes MSI-Xs the way it should has been done - looping pci_enable_msix() until success or failure. Signed-off-by: Alexander Gordeev Signed-off-by: Jon Mason --- Reading git-diff-tree failed