All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] video: fbdev: sm712fb.c: using __func__ macro for pr_debug
@ 2017-07-04 15:22   ` Lynn Lei
  0 siblings, 0 replies; 4+ messages in thread
From: Lynn Lei @ 2017-07-04 15:22 UTC (permalink / raw)
  To: sudipm.mukherjee; +Cc: teddy.wang, b.zolnierkie, linux-fbdev, linux-kernel

Inside function sm7xx_vga_setup()

Using a generic function macro for debug information display

Signed-off-by: Lynn Lei <lynnl.wit@gmail.com>
---
 drivers/video/fbdev/sm712fb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/fbdev/sm712fb.c b/drivers/video/fbdev/sm712fb.c
index 73cb4ffff3c5..4d3684333b7b 100644
--- a/drivers/video/fbdev/sm712fb.c
+++ b/drivers/video/fbdev/sm712fb.c
@@ -785,7 +785,7 @@ static void __init sm7xx_vga_setup(char *options)
 	smtc_scr_info.lfb_height = 0;
 	smtc_scr_info.lfb_depth = 0;
 
-	pr_debug("sm7xx_vga_setup = %s\n", options);
+	pr_debug("%s = %s\n", __func__, options);
 
 	for (i = 0; i < ARRAY_SIZE(vesa_mode_table); i++) {
 		if (strstr(options, vesa_mode_table[i].index)) {
-- 
2.13.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 1/4] video: fbdev: sm712fb.c: using __func__ macro for pr_debug
@ 2017-07-04 15:22   ` Lynn Lei
  0 siblings, 0 replies; 4+ messages in thread
From: Lynn Lei @ 2017-07-04 15:22 UTC (permalink / raw)
  To: sudipm.mukherjee; +Cc: teddy.wang, b.zolnierkie, linux-fbdev, linux-kernel

Inside function sm7xx_vga_setup()

Using a generic function macro for debug information display

Signed-off-by: Lynn Lei <lynnl.wit@gmail.com>
---
 drivers/video/fbdev/sm712fb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/fbdev/sm712fb.c b/drivers/video/fbdev/sm712fb.c
index 73cb4ffff3c5..4d3684333b7b 100644
--- a/drivers/video/fbdev/sm712fb.c
+++ b/drivers/video/fbdev/sm712fb.c
@@ -785,7 +785,7 @@ static void __init sm7xx_vga_setup(char *options)
 	smtc_scr_info.lfb_height = 0;
 	smtc_scr_info.lfb_depth = 0;
 
-	pr_debug("sm7xx_vga_setup = %s\n", options);
+	pr_debug("%s = %s\n", __func__, options);
 
 	for (i = 0; i < ARRAY_SIZE(vesa_mode_table); i++) {
 		if (strstr(options, vesa_mode_table[i].index)) {
-- 
2.13.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/4] video: fbdev: sm712fb.c: using __func__ macro for pr_debug
  2017-07-04 15:22   ` Lynn Lei
@ 2017-08-01 12:13     ` Bartlomiej Zolnierkiewicz
  -1 siblings, 0 replies; 4+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2017-08-01 12:13 UTC (permalink / raw)
  To: Lynn Lei; +Cc: sudipm.mukherjee, teddy.wang, linux-fbdev, linux-kernel

On Tuesday, July 04, 2017 11:22:42 PM Lynn Lei wrote:
> Inside function sm7xx_vga_setup()
> 
> Using a generic function macro for debug information display
> 
> Signed-off-by: Lynn Lei <lynnl.wit@gmail.com>

Patch queued for 4.14, thanks.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/4] video: fbdev: sm712fb.c: using __func__ macro for pr_debug
@ 2017-08-01 12:13     ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 4+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2017-08-01 12:13 UTC (permalink / raw)
  To: Lynn Lei; +Cc: sudipm.mukherjee, teddy.wang, linux-fbdev, linux-kernel

On Tuesday, July 04, 2017 11:22:42 PM Lynn Lei wrote:
> Inside function sm7xx_vga_setup()
> 
> Using a generic function macro for debug information display
> 
> Signed-off-by: Lynn Lei <lynnl.wit@gmail.com>

Patch queued for 4.14, thanks.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-01 12:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20170704152256epcas4p422ac44b27be6dbd8a8be829db900d46d@epcas4p4.samsung.com>
2017-07-04 15:22 ` [PATCH 1/4] video: fbdev: sm712fb.c: using __func__ macro for pr_debug Lynn Lei
2017-07-04 15:22   ` Lynn Lei
2017-08-01 12:13   ` Bartlomiej Zolnierkiewicz
2017-08-01 12:13     ` Bartlomiej Zolnierkiewicz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.