]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: phytec: common: Fix missing newline in error message
authorWadim Egorov <w.egorov@phytec.de>
Fri, 19 Sep 2025 06:39:48 +0000 (08:39 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 24 Sep 2025 13:50:13 +0000 (07:50 -0600)
commit96971e5090cd6975023d0556b3d47b195442902e
treea74769d6773ba8f24ea024f0494d39a0e507c5c5
parentac046ad1873cb3d85f4c81c0bed592a4ed7a5903
board: phytec: common: Fix missing newline in error message

The error message in phytec_get_product_name() was missing a newline,
causing log output to be concatenated with subsequent messages. Add
the newline to improve readability.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
board/phytec/common/phytec_som_detection.c