public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHv1] fpga: mgr: add FPGA configuration log
@ 2019-04-02 22:25 richard.gong
  2019-04-03 14:20 ` Moritz Fischer
  0 siblings, 1 reply; 9+ messages in thread
From: richard.gong @ 2019-04-02 22:25 UTC (permalink / raw)
  To: atull, mdf; +Cc: linux-fpga, linux-kernel, richard.gong, Richard Gong

From: Richard Gong <richard.gong@intel.com>

Add a log for user to know FPGA configuration is successful

Signed-off-by: Richard Gong <richard.gong@intel.com>
---
 drivers/fpga/fpga-mgr.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/fpga/fpga-mgr.c b/drivers/fpga/fpga-mgr.c
index c386681..559e046 100644
--- a/drivers/fpga/fpga-mgr.c
+++ b/drivers/fpga/fpga-mgr.c
@@ -151,6 +151,7 @@ static int fpga_mgr_write_complete(struct fpga_manager *mgr,
 	}
 	mgr->state = FPGA_MGR_STATE_OPERATING;
 
+	dev_info(&mgr->dev, "Successfully programming FPGA\n");
 	return 0;
 }
 
-- 
2.7.4


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

end of thread, other threads:[~2019-04-03 21:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-02 22:25 [PATCHv1] fpga: mgr: add FPGA configuration log richard.gong
2019-04-03 14:20 ` Moritz Fischer
2019-04-03 16:29   ` Alan Tull
2019-04-03 16:43   ` Richard Gong
2019-04-03 16:47     ` Moritz Fischer
2019-04-03 18:05       ` Alan Tull
2019-04-03 18:37         ` Alan Tull
2019-04-03 20:08           ` Moritz Fischer
2019-04-03 21:57             ` Alan Tull

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox