]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/mtd/cfi_flash.c
cfi_flash: Use __func__ macro instead of function name
[people/ms/u-boot.git] / drivers / mtd / cfi_flash.c
index eebd641e36069770de38efd691771f958cb86561..6ae1ac871f5bb2736c462e63a7a60fddaa538350 100644 (file)
@@ -555,7 +555,7 @@ static int flash_is_busy(flash_info_t *info, flash_sect_t sect)
        default:
                retval = 0;
        }
-       debug("flash_is_busy: %d\n", retval);
+       debug("%s: %d\n", __func__, retval);
        return retval;
 }