On Tue, Jul 30, 2019 at 8:19 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. (...) > While we're here, remove braces on if statements that only have one > statement (manually). > > Cc: Bjorn Helgaas <[email protected]> > Cc: [email protected] > Cc: Greg Kroah-Hartman <[email protected]> > Signed-off-by: Stephen Boyd <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij

