[PATCH] serial: ns16550: Reuse 48MHz default clock definition for non-DT OMAP boards
Ahmad Fatoum
a.fatoum at pengutronix.de
Tue Jun 28 01:23:01 PDT 2022
On 28.06.22 10:04, Alexander Shiyan wrote:
> Signed-off-by: Alexander Shiyan <eagle.alexander923 at gmail.com>
Reviewed-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
> - if (!IS_ENABLED(CONFIG_OFDEVICE))
> + if (!IS_ENABLED(CONFIG_OFDEVICE) || !np)
Nitpick:
struct device_node *np = dev_of_node(dev);
if (!np)
is equivalent, but a bit less verbose.
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list