Re: [PATCH] ata: ahci_sunxi: disable resources on driver removal

2014-03-17 Thread Bartlomiej Zolnierkiewicz
On Monday, March 17, 2014 02:05:15 PM Bartlomiej Zolnierkiewicz wrote: > Add custom ->host_stop method to disable resources on driver removal. > > Signed-off-by: Bartlomiej Zolnierkiewicz After looking some more into ahci_platform.c it seems that this patch is not needed, sorry for the noise. B

[PATCH] ata: ahci_sunxi: disable resources on driver removal

2014-03-17 Thread Bartlomiej Zolnierkiewicz
Add custom ->host_stop method to disable resources on driver removal. Signed-off-by: Bartlomiej Zolnierkiewicz --- Compile tested only. drivers/ata/ahci_sunxi.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) Index: b/drivers/ata/ahci_sunxi.c