Re: [PATCH] staging: bcm: use pr_info and pr_err rather than printk

From: Kevin McKinney
Date: Sun Sep 02 2012 - 16:50:15 EST


On Sun, Sep 02, 2012 at 11:30:14PM +0400, Alexey Khoroshilov wrote:
> Convert printk(KERN_INFO to pr_info( and printk(KERN_ERR to pr_err(.
>
> Signed-off-by: Alexey Khoroshilov <khoroshilov@xxxxxxxxx>
> ---
> drivers/staging/bcm/InterfaceInit.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/staging/bcm/InterfaceInit.c b/drivers/staging/bcm/InterfaceInit.c
> index 57452ef..dfee0ce 100644
> --- a/drivers/staging/bcm/InterfaceInit.c
> +++ b/drivers/staging/bcm/InterfaceInit.c
> @@ -671,18 +671,18 @@ static __init int bcm_init(void)

Acked-by: Kevin McKinney <klmckinney1@xxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/