Re: [PATCH 2/2] Staging: comedi: fl512: Replace printk with dev_info et al

2012-09-13 Thread Dan Carpenter
On Thu, Sep 13, 2012 at 03:46:36AM +0200, Bruce Humphrey wrote: > Replace printk(KERN_XXX with the appropiate dev_info, dev_warn, dev_dbg in > fl512.c > > Signed-off-by: Bruce Humphrey Ventura > --- > drivers/staging/comedi/drivers/fl512.c | 12 +++- > 1 file changed, 7 insertions(+),

[PATCH 2/2] Staging: comedi: fl512: Replace printk with dev_info et al

2012-09-12 Thread Bruce Humphrey
Replace printk(KERN_XXX with the appropiate dev_info, dev_warn, dev_dbg in fl512.c Signed-off-by: Bruce Humphrey Ventura --- drivers/staging/comedi/drivers/fl512.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/staging/comedi/drivers/fl512.c b/driver