Merge pull request #277 from jpoimboe/pr-err

kmod/core: use pr_err instead of printk
This commit is contained in:
Seth Jennings 2014-06-29 23:23:33 -05:00
commit e154296e0d
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ static int kpatch_write_relocations(struct kpatch_module *kpmod,
size = 8;
break;
default:
printk("unsupported rela type %ld for source %s (0x%lx <- 0x%lx)\n",
pr_err("unsupported rela type %ld for source %s (0x%lx <- 0x%lx)\n",
dynrela->type, dynrela->name,
dynrela->dest, dynrela->src);
return -EINVAL;