]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/embedded6xx/flipper-pic: Don't match all IRQ domains
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Thu, 10 May 2018 21:59:18 +0000 (23:59 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 15 May 2018 12:34:26 +0000 (22:34 +1000)
commit99e2a0ee82ff99e398ad3cbce6447deb5386c94c
tree55d6cfb1d5a18106b06e9065c457cff0bf096567
parentc5f29aeac33bcbdf27f4dd96b0166895d279ef09
powerpc/embedded6xx/flipper-pic: Don't match all IRQ domains

On the Wii, there is a secondary IRQ controller (hlwd-pic), so
flipper-pic's match operation should not be hardcoded to return 1.
In fact, the default matching logic is sufficient, and we can completely
omit flipper_pic_match.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/embedded6xx/flipper-pic.c