Re: [PATCH 07/15] sata_sil24: separate out sil24_do_softreset()

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

[PATCH 07/15] sata_sil24: separate out sil24_do_softreset()

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