[PATCH 2/3] panel: Use pr_info(...) rather than printk(KERN_INFO

2012-07-12 Thread Toshiaki Yamane
-Added pr_fmt. -Converted printk(KERN_INFO to pr_info -Removed embedded message prefixes. Signed-off-by: Toshiaki Yamane --- drivers/staging/panel/panel.c | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/staging/panel/panel.c b/drivers/staging/panel/pan

[PATCH 2/3] panel: Use pr_info(...) rather than printk(KERN_INFO ...)

2012-07-10 Thread Toshiaki Yamane
This change is inspired by checkpatch. Signed-off-by: Toshiaki Yamane --- drivers/staging/panel/panel.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/panel/panel.c b/drivers/staging/panel/panel.c index 6f40ec8..7b79f53 100644 --- a/drivers/stag