From: Alexander Gordeev Date: Thu, 13 Feb 2014 15:50:01 +0000 (+0200) Subject: ath10k: Get rid of superfluous call to pci_disable_msi() X-Git-Tag: v3.15-rc1~113^2~159^2^2~132^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdcb2c9e2f9e40639e4b212d08d8cdba54932c0d;p=pandora-kernel.git ath10k: Get rid of superfluous call to pci_disable_msi() The documentation states that pci_enable_msi_block() returns the number of requests 'could have been allocated', not 'could allocate'. IOW, MSIs are *not* enabled if a positive value returned. kvalo: add commit log based on Alexander's email Signed-off-by: Alexander Gordeev Signed-off-by: Kalle Valo --- Reading git-diff-tree failed