public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Typo in -mm2 patch for 2.6.9-rc2
@ 2004-09-24 12:31 Santiago Gala
  2004-09-24 13:16 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 2+ messages in thread
From: Santiago Gala @ 2004-09-24 12:31 UTC (permalink / raw)
  To: linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 154 bytes --]

Ditto: s/exec_dma/exec_cmd/

The patch is take for the root of the file system, I don't know the 
rules here, but it is trivial enough.

Regards
Santiago

[-- Attachment #1.2: mm-sources-2.6.9-rc2-mm2.patch --]
[-- Type: text/x-patch, Size: 556 bytes --]

--- /usr/src/linux-2.6.9-rc2-mm2/drivers/ide/ppc/pmac.c~	2004-09-24 11:56:16.000000000 +0200
+++ /usr/src/linux-2.6.9-rc2-mm2/drivers/ide/ppc/pmac.c	2004-09-24 12:40:07.468128912 +0200
@@ -2093,7 +2093,7 @@
 	hwif->ide_dma_on = &__ide_dma_on;
 	hwif->ide_dma_check = &pmac_ide_dma_check;
 	hwif->dma_setup = &pmac_ide_dma_setup;
-	hwif->dma_exec_dma = &pmac_ide_dma_exec_cmd;
+	hwif->dma_exec_cmd = &pmac_ide_dma_exec_cmd;
 	hwif->dma_start = &pmac_ide_dma_start;
 	hwif->ide_dma_end = &pmac_ide_dma_end;
 	hwif->ide_dma_test_irq = &pmac_ide_dma_test_irq;

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-09-24 13:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-24 12:31 Typo in -mm2 patch for 2.6.9-rc2 Santiago Gala
2004-09-24 13:16 ` Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox