Re: [PATCH] Checkpatch fixes for drivers/staging/panel/panel.c

2012-07-15 Thread richard -rw- weinberger
On Sun, Jul 15, 2012 at 2:44 PM, Cruz Julian Bishop wrote: > #if 0 > - printk(KERN_DEBUG > - "entering panel_process_inputs with pp=%016Lx & pc=%016Lx\n", > + pr_debug("entering panel_process_inputs with pp=%016Lx & pc=%016Lx\n", >phys_prev, phys_curr); >

[PATCH] Checkpatch fixes for drivers/staging/panel/panel.c

2012-07-15 Thread Cruz Julian Bishop
From: Cruz Julian Bishop This commit changes printk calls to pr_info, _err, and _debug Signed-off-by: Cruz Julian Bishop --- drivers/staging/panel/panel.c | 27 +++ 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/drivers/staging/panel/panel.c

[PATCH] Checkpatch fixes for drivers/staging/panel/panel.c

2012-07-15 Thread Cruz Julian Bishop
From: Cruz Julian Bishop cruzjbis...@gmail.com This commit changes printk calls to pr_info, _err, and _debug Signed-off-by: Cruz Julian Bishop c...@massive-dynamics.biz --- drivers/staging/panel/panel.c | 27 +++ 1 file changed, 11 insertions(+), 16 deletions(-) diff

Re: [PATCH] Checkpatch fixes for drivers/staging/panel/panel.c

2012-07-15 Thread richard -rw- weinberger
On Sun, Jul 15, 2012 at 2:44 PM, Cruz Julian Bishop c...@massive-dynamics.biz wrote: #if 0 - printk(KERN_DEBUG - entering panel_process_inputs with pp=%016Lx pc=%016Lx\n, + pr_debug(entering panel_process_inputs with pp=%016Lx pc=%016Lx\n, phys_prev,