From: Sergei Shtylyov Date: Sun, 25 May 2014 18:50:06 +0000 (+0400) Subject: of_pci_irq: kill useless variable in of_irq_parse_pci() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~21^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08cf78ed41feaa21017487bad0a5a405c6cede43;p=pandora-kernel.git of_pci_irq: kill useless variable in of_irq_parse_pci() The 'lspec' variable only caused pointless promotions from u8 to u32 on each loop iteration, while it's enough to promote only once, after the loop. Signed-off-by: Sergei Shtylyov Signed-off-by: Grant Likely --- Reading git-diff-tree failed