> 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. Will the current patch review result in adjustments for the SmPL code in the commit description? > While we're here, remove braces on if statements that only have one > statement (manually). Would you like to reduce manual change efforts any further for the shown source code transformation approach? Regards, Markus