Re: [PATCH] mailbox: tegra: Fix superfluous IRQ error message

2019-10-14 Thread Thierry Reding
On Fri, Oct 11, 2019 at 09:34:59AM +0100, Jon Hunter wrote: > Commit 7723f4c5ecdb ("driver core: platform: Add an error message to > platform_get_irq*()") added an error message to avoid drivers having > to print an error message when IRQ lookup fails. However, there are > some cases where IRQs are

Re: [PATCH] mailbox: tegra: Fix superfluous IRQ error message

2019-10-14 Thread kbuild test robot
Hi Jon, I love your patch! Yet something to improve: [auto build test ERROR on tegra/for-next] [cannot apply to v5.4-rc3 next-20191011] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to specify the bas

[PATCH] mailbox: tegra: Fix superfluous IRQ error message

2019-10-11 Thread Jon Hunter
Commit 7723f4c5ecdb ("driver core: platform: Add an error message to platform_get_irq*()") added an error message to avoid drivers having to print an error message when IRQ lookup fails. However, there are some cases where IRQs are optional and so new optional versions of the platform_get_irq*() AP