Merge tag 'efi-2020-07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / cmd / regulator.c
index 89461b6ae8b3e062d69c3ceb5e10a599a7474430..ed8d778c8243b3186e4d6578e9955de632c17975 100644 (file)
@@ -70,7 +70,7 @@ static int curr_dev_and_platdata(struct udevice **devp,
 
        *uc_pdata = dev_get_uclass_platdata(*devp);
        if (!*uc_pdata) {
-               pr_err("Regulator: %s - missing platform data!", currdev->name);
+               pr_err("Regulator: %s - missing platform data!\n", currdev->name);
                return CMD_RET_FAILURE;
        }