Re: [PATCH 10/11] tty: serial: 8250: Replace printk by pr_*

2015-12-16 Thread Peter Hurley
Hi Anton, On 12/16/2015 07:36 AM, Anton Wuerfel wrote: > This patch replaces printk by the corresponding variant of pr_* in order to > fix checkpatch warnings. Comments below. > Signed-off-by: Anton Würfel > Signed-off-by: Phillip Raffeck > CC: linux-ker...@i4.cs.fau.de > --- >

[PATCH 10/11] tty: serial: 8250: Replace printk by pr_*

2015-12-16 Thread Anton Wuerfel
This patch replaces printk by the corresponding variant of pr_* in order to fix checkpatch warnings. Signed-off-by: Anton Würfel Signed-off-by: Phillip Raffeck CC: linux-ker...@i4.cs.fau.de --- drivers/tty/serial/8250/8250_core.c | 5 ++--- drivers/tty/serial/8250/8250_gsc.c | 6 ++

Re: [PATCH 10/11] tty: serial: 8250: Replace printk by pr_*

2015-12-16 Thread Peter Hurley
Hi Anton, On 12/16/2015 07:36 AM, Anton Wuerfel wrote: > This patch replaces printk by the corresponding variant of pr_* in order to > fix checkpatch warnings. Comments below. > Signed-off-by: Anton Würfel > Signed-off-by: Phillip Raffeck > CC:

[PATCH 10/11] tty: serial: 8250: Replace printk by pr_*

2015-12-16 Thread Anton Wuerfel
This patch replaces printk by the corresponding variant of pr_* in order to fix checkpatch warnings. Signed-off-by: Anton Würfel Signed-off-by: Phillip Raffeck CC: linux-ker...@i4.cs.fau.de --- drivers/tty/serial/8250/8250_core.c | 5 ++---