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 <khoroshi...@ispras.ru> > --- > 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 <klmckinn...@gmail.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/