On Tue, Jul 30, 2019 at 8:16 PM Stephen Boyd <[email protected]> wrote: > > We don't need dev_err() messages when platform_get_irq() fails now that > platform_get_irq() prints an error message itself when something goes > wrong. Let's remove these prints with a simple semantic patch.
> Cc: Arnd Bergmann <[email protected]> > Cc: Greg Kroah-Hartman <[email protected]> > Cc: Greg Kroah-Hartman <[email protected]> > Signed-off-by: Stephen Boyd <[email protected]> > --- > > Please apply directly to subsystem trees The patch looks coorrect Acked-by: Arnd Bergmann <[email protected]> I wonder if we should just remove that driver though, it's been marked as 'depends on BROKEN' since 2013, and it has never been possible to compile it. Arnd

