-
Rishi Gupta authored
Direct invocation of printk() is not preferred to emit logs. This commit replaces printk(KERN_WARNING) with corresponding pr_warn() function call. Signed-off-by:
Rishi Gupta <gupt21@gmail.com> Signed-off-by:
Zhang Rui <rui.zhang@intel.com>
Rishi Gupta authoredDirect invocation of printk() is not preferred to emit logs. This commit replaces printk(KERN_WARNING) with corresponding pr_warn() function call. Signed-off-by:
Rishi Gupta <gupt21@gmail.com> Signed-off-by:
Zhang Rui <rui.zhang@intel.com>
Loading