All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: gs_fpgaboot: remove __TIMESTAMP__ macro
@ 2014-03-28  3:54 Insop Song
  2014-03-28  3:54 ` [PATCH] Remove warning printk Insop Song
  0 siblings, 1 reply; 7+ messages in thread
From: Insop Song @ 2014-03-28  3:54 UTC (permalink / raw)
  To: insop.song, insop.song, gregkh; +Cc: linux-kernel

Remove warning

Insop Song (1):
  Remove warning printk

 drivers/staging/gs_fpgaboot/gs_fpgaboot.c |    1 -
 1 file changed, 1 deletion(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH] Remove warning printk
@ 2014-03-28  8:09 Insop Song
  0 siblings, 0 replies; 7+ messages in thread
From: Insop Song @ 2014-03-28  8:09 UTC (permalink / raw)
  To: insop.song, insop.song, gregkh; +Cc: linux-kernel, arnd

Found from build with option -Werror=date-time

Signed-off-by: Insop Song <insop.song@gainspeed.com>
---
 drivers/staging/gs_fpgaboot/gs_fpgaboot.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c b/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
index 89bc84d..7506900 100644
--- a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
+++ b/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
@@ -373,7 +373,6 @@ static int __init gs_fpgaboot_init(void)
 	r = -1;
 
 	pr_info("FPGA DOWNLOAD --->\n");
-	pr_info("built at %s UTC\n", __TIMESTAMP__);
 
 	pr_info("FPGA image file name: %s\n", file);
 
-- 
1.7.9.5


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

end of thread, other threads:[~2014-03-28  9:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-28  3:54 [PATCH] staging: gs_fpgaboot: remove __TIMESTAMP__ macro Insop Song
2014-03-28  3:54 ` [PATCH] Remove warning printk Insop Song
2014-03-28  6:49   ` Greg KH
2014-03-28  8:05     ` Insop Song
2014-03-28  8:46       ` Greg KH
2014-03-28  9:52         ` Insop Song
2014-03-28  8:09 Insop Song

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.