Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
[firefly-linux-kernel-4.4.55.git] / net / wimax / op-reset.c
index eb4580784d9dc5abdcaf5be27b24578ed6b0ca0e..a42079165e1f974a28897c9224190d17e4bf854e 100644 (file)
@@ -107,8 +107,7 @@ int wimax_gnl_doit_reset(struct sk_buff *skb, struct genl_info *info)
        d_fnstart(3, NULL, "(skb %p info %p)\n", skb, info);
        result = -ENODEV;
        if (info->attrs[WIMAX_GNL_RESET_IFIDX] == NULL) {
-               printk(KERN_ERR "WIMAX_GNL_OP_RFKILL: can't find IFIDX "
-                       "attribute\n");
+               pr_err("WIMAX_GNL_OP_RFKILL: can't find IFIDX attribute\n");
                goto error_no_wimax_dev;
        }
        ifindex = nla_get_u32(info->attrs[WIMAX_GNL_RESET_IFIDX]);