From: Bjorn Helgaas Date: Tue, 23 Sep 2014 20:38:28 +0000 (-0600) Subject: PCI/MSI: Remove unnecessary temporary variable X-Git-Tag: omap-for-v3.19/prcm-cleanup~136^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ec094057c7df5ff80f5e7fe282f47ad205fb976;p=pandora-kernel.git 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 --- Reading git-diff-tree failed