Re: [PATCH 14/15] ahci: separate out ahci_do_softreset()

2007-07-12 Thread Jeff Garzik
Tejun Heo wrote: Separate out ahci_do_softreset() which takes @pmp as its last argument. This will be used to implement ahci_pmp_softreset(). Signed-off-by: Tejun Heo [EMAIL PROTECTED] ditto - To unsubscribe from this list: send the line unsubscribe linux-ide in the body of a message to

[PATCH 14/15] ahci: separate out ahci_do_softreset()

2007-07-01 Thread Tejun Heo
Separate out ahci_do_softreset() which takes @pmp as its last argument. This will be used to implement ahci_pmp_softreset(). Signed-off-by: Tejun Heo [EMAIL PROTECTED] --- drivers/ata/ahci.c | 19 +++ 1 files changed, 15 insertions(+), 4 deletions(-) diff --git