kobject: to repalce printk with pr_* style
authorBo YU <tsu.yubo@gmail.com>
Wed, 9 Jan 2019 09:17:00 +0000 (04:17 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jan 2019 13:25:26 +0000 (14:25 +0100)
commitb3fa29ad83770c764909d8497be3866ad341a3a6
treed318d50443bd5988c7280fab1b09ba2c1193a8f4
parent7ab35a14de257d5fdac9c7e44c4a1a69967f9fa2
kobject: to repalce printk with pr_* style

Repalce printk with pr_warn in kobject_synth_uevent and replace
printk with pr_err in uevent_net_init to make both consistent with
other code in kobject_uevent.c

Signed-off-by: Bo YU <tsu.yubo@gmail.com>
Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/kobject_uevent.c