UBI_NAME_STR
.name = UBI_NAME_STR,
sprintf(ubi->ubi_name, UBI_NAME_STR "%d", ubi->ubi_num);
dev_set_name(&ubi->dev, UBI_NAME_STR "%d", ubi->ubi_num);
pr_notice(UBI_NAME_STR "%d: %pV\n", ubi->ubi_num, &vaf);
pr_warn(UBI_NAME_STR "%d warning: %ps: %pV\n",
pr_err(UBI_NAME_STR "%d error: %ps: %pV\n",
char ubi_name[sizeof(UBI_NAME_STR)+5];