On Mon, 2018-06-18 at 22:15:02 UTC, Breno Leitao wrote: > Commit 59f47eff03a0 ("powerpc/pci: Use of_irq_parse_and_map_pci() helper") > removed the 'oirq' variable, but kept memsetting it when the DEBUG macro is > defined. > > When setting DEBUG macro for debugging purpose, the kernel fails to build > since > 'oirq' is not defined anymore. > > This patch simply remove the debug block, since it does not seem to sense > now. > > Fixes: 59f47eff03a08c ("powerpc/pci: Use of_irq_parse_and_map_pci() helper") > > Signed-off-by: Breno Leitao <lei...@debian.org>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/3bfb450ee7b52d41ce2117738ee9c1 cheers