PCI/MSI: Remove unnecessary temporary variable
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 23 Sep 2014 20:38:28 +0000 (14:38 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 1 Oct 2014 18:21:46 +0000 (12:21 -0600)
The only use of "status" is to hold a value which is immediately returned,
so just return and remove the variable directly.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/msi.c

Simple merge