Re: [PATCH v2 6/7] mt7621-mmc: printk() should include KERN_ facility level

2018-12-20 Thread Greg KH
On Wed, Dec 19, 2018 at 05:07:06PM +0100, Jona Crasselt wrote: > Issue reported by checkpatch.pl. > Replace printk() with pr_debug() to include facility level. > > Signed-off-by: Jona Crasselt > Signed-off-by: Felix Windsheimer > --- > drivers/staging/mt7621-mmc/sd.c | 8 > 1 file

[PATCH v2 6/7] mt7621-mmc: printk() should include KERN_ facility level

2018-12-19 Thread Jona Crasselt
Issue reported by checkpatch.pl. Replace printk() with pr_debug() to include facility level. Signed-off-by: Jona Crasselt Signed-off-by: Felix Windsheimer --- drivers/staging/mt7621-mmc/sd.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git