Thread (6 messages) 6 messages, 3 authors, 2014-06-17

Re: [PATCH v2 1/2] libahci: Implement the function ahci_restart_engine to restart the port dma engine.

From: Tejun Heo <tj@kernel.org>
Date: 2014-06-17 16:22:00
Also in: linux-arm-kernel, linux-ide, linux-scsi

Hello,

On Mon, Jun 16, 2014 at 03:05:35PM +0530, Suman Tripathi wrote:
This patch implements the function ahci_restart_engine function to restart the port dma engine.
Please fit the text under 80 column.
---
I can't apply w/o your SOB.
+int ahci_restart_engine(struct ata_port *ap)
+{
+	ahci_stop_engine(ap);
+	ahci_start_fis_rx(ap);
+	ahci_start_engine(ap);
+
+	return 0;
+}
+EXPORT_SYMBOL_GPL(ahci_restart_engine);
Why is this exported?  The next patch doesn't seem to use the function
outside libahci.c proper.

Thanks.

-- 
tejun
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help