Re: [PATCH v2 08/10] staging: ks7010: Replace three printk() calls by pr_err()

2016-08-12 Thread Joe Perches
On Thu, 2016-08-11 at 07:48 +0200, SF Markus Elfring wrote: > Prefer usage of the macro "pr_err" over the interface "printk". Not correct > diff --git a/drivers/staging/ks7010/ks7010_sdio.c > b/drivers/staging/ks7010/ks7010_sdio.c [] > @@ -998,11 +998,11 @@ static int ks7010_sdio_probe(struct

Re: [PATCH v2 08/10] staging: ks7010: Replace three printk() calls by pr_err()

2016-08-12 Thread Joe Perches
On Thu, 2016-08-11 at 07:48 +0200, SF Markus Elfring wrote: > Prefer usage of the macro "pr_err" over the interface "printk". Not correct > diff --git a/drivers/staging/ks7010/ks7010_sdio.c > b/drivers/staging/ks7010/ks7010_sdio.c [] > @@ -998,11 +998,11 @@ static int ks7010_sdio_probe(struct

[PATCH v2 08/10] staging: ks7010: Replace three printk() calls by pr_err()

2016-08-10 Thread SF Markus Elfring
From: Markus Elfring Date: Wed, 10 Aug 2016 21:56:15 +0200 Prefer usage of the macro "pr_err" over the interface "printk". Fix a typo in an error message. Signed-off-by: Markus Elfring --- v2: Rebased on the source files from Linux

[PATCH v2 08/10] staging: ks7010: Replace three printk() calls by pr_err()

2016-08-10 Thread SF Markus Elfring
From: Markus Elfring Date: Wed, 10 Aug 2016 21:56:15 +0200 Prefer usage of the macro "pr_err" over the interface "printk". Fix a typo in an error message. Signed-off-by: Markus Elfring --- v2: Rebased on the source files from Linux next-20160809. drivers/staging/ks7010/ks7010_sdio.c | 7