commit | 5ec094057c7df5ff80f5e7fe282f47ad205fb976 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Tue Sep 23 14:38:28 2014 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Oct 01 12:21:46 2014 -0600 |
tree | 6b7769b0acde248c5ca37ebb825b2a8b6e1409e8 | |
parent | 56b72b40957947f7c08771f030102351d4c906df [diff] |
PCI/MSI: Remove unnecessary temporary variable 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>