Re: [PATCH 16/18] ide: remove redundant -ide_dma_on call from set_using_dma()

2007-11-06 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: ide_set_dma() calls -ide_dma_on method itself and returns zero only if -ide_dma_on call succeeded. There should be no functionality changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Acked-by: Sergei Shtylyov [EMAIL

[PATCH 16/18] ide: remove redundant -ide_dma_on call from set_using_dma()

2007-11-04 Thread Bartlomiej Zolnierkiewicz
ide_set_dma() calls -ide_dma_on method itself and returns zero only if -ide_dma_on call succeeded. There should be no functionality changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- drivers/ide/ide.c |2 +- 1 file changed, 1 insertion(+), 1