From 371ff93a72a1aa14773e2e17548796db8c004a6c Mon Sep 17 00:00:00 2001 From: Alexander Gordeev Date: Wed, 26 Feb 2014 10:02:41 +0100 Subject: [PATCH] cciss: Fallback to MSI rather than to INTx if MSI-X failed Currently the driver falls back to INTx mode when MSI-X initialization failed. This is a suboptimal behaviour for chips that also support MSI. This update changes that behaviour and falls back to MSI mode in case MSI-X mode initialization failed. Signed-off-by: Alexander Gordeev Cc: Mike Miller Cc: iss_storagedev@hp.com Cc: Jens Axboe Cc: linux-pci@vger.kernel.org Signed-off-by: Jens Axboe --- Reading git-format-patch failed