X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fmdadm.git;a=blobdiff_plain;f=super-gpt.c;h=1a2adce075be923fbe8010e6d5f5f52112e1eded;hp=6a2f749e2e6d4dc523d0f042ce5deb0985674546;hb=1ade5cc15a61c6fe3084c5170934e05e9a574843;hpb=d56dd607ba433d9334f0fb4114fe081742ae4361 diff --git a/super-gpt.c b/super-gpt.c index 6a2f749e..1a2adce0 100644 --- a/super-gpt.c +++ b/super-gpt.c @@ -77,8 +77,7 @@ static int load_gpt(struct supertype *st, int fd, char *devname) free_gpt(st); if (posix_memalign((void**)&super, 4096, 32*512) != 0) { - pr_err("%s could not allocate superblock\n", - __func__); + pr_err("could not allocate superblock\n"); return 1; }