]> git.sur5r.net Git - u-boot/blobdiff - disk/part.c
spi: fsl_qspi: Fix issues on arm64
[u-boot] / disk / part.c
index 0aff9548c2007152d8c5144f73b4fa49401162ed..543cab8103204e0bc8fcba57e8b1b0474b4fe1bd 100644 (file)
@@ -365,7 +365,8 @@ int part_get_info(struct blk_desc *dev_desc, int part,
                return -EPROTONOSUPPORT;
        }
        if (!drv->get_info) {
-               PRINTF("## Driver %s does not have the get_info() method\n");
+               PRINTF("## Driver %s does not have the get_info() method\n",
+                      drv->name);
                return -ENOSYS;
        }
        if (drv->get_info(dev_desc, part, info) == 0) {