[PATCH] staging: exfat: Replace printk with pr_info

2020-02-09 Thread JieunKim
pr_info is preferred to use than printk. pr_info calls printk with KERN_INFO macros by itself. --- drivers/staging/exfat/exfat_super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/exfat/exfat_super.c b/drivers/staging/exfat/exfat_super.c index b81d2a87b82e..

[PATCH] staging: exfat: Replace printk with pr_info

2020-02-10 Thread JieunKim
pr_info is preferred to use than printk. pr_info calls printk with KERN_INFO macros by itself. Signed-off-by: JieunKim --- drivers/staging/exfat/exfat_super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/exfat/exfat_super.c b/drivers/staging/exfat