Re: [PATCH] Kind of revert "powerpc: 52xx: provide a default in mpc52xx_irqhost_map()"

2013-10-08 Thread Anatolij Gustschin
On Fri, 4 Oct 2013 17:37:09 +0200 Wolfram Sang wrote: > This more or less reverts commit 6391f697d4892a6f233501beea553e13f7745a23. > Instead of adding an unneeded 'default', mark the variable to prevent > the false positive 'uninitialized var'. The other change (fixing the > printout) needs reve

[PATCH] Kind of revert "powerpc: 52xx: provide a default in mpc52xx_irqhost_map()"

2013-10-04 Thread Wolfram Sang
This more or less reverts commit 6391f697d4892a6f233501beea553e13f7745a23. Instead of adding an unneeded 'default', mark the variable to prevent the false positive 'uninitialized var'. The other change (fixing the printout) needs revert, too. We want to know WHICH critical irq failed, not which lev

Re: [PATCH] Kind of revert "powerpc: 52xx: provide a default in mpc52xx_irqhost_map()"

2013-10-04 Thread Sebastian Andrzej Siewior
On 10/04/2013 05:37 PM, Wolfram Sang wrote: > This more or less reverts commit 6391f697d4892a6f233501beea553e13f7745a23. > Instead of adding an unneeded 'default', mark the variable to prevent > the false positive 'uninitialized var'. The other change (fixing the > printout) needs revert, too. We w