* [PATCH] 2.5.12 drivers/ide/pdcadma.c
@ 2002-05-01 22:45 Frank Davis
2002-05-02 7:56 ` Martin Dalecki
0 siblings, 1 reply; 2+ messages in thread
From: Frank Davis @ 2002-05-01 22:45 UTC (permalink / raw)
To: linux-kernel; +Cc: torvalds, fdavis
Hello all,
This patch addresses the following error :
pdcadma.c: In function `pdcadma_dmaproc`
pdcadma.c:69: too few arguments to function `ide_dmaproc`
make[3]: *** [pdcadma.o] Error 1
Its missing the "struct request * " argument, which I set to NULL
Please review for inclusion.
Regards,
Frank
--- drivers/ide/pdcadma.c.old Mon Apr 15 20:57:57 2002
+++ drivers/ide/pdcadma.c Wed May 1 18:35:12 2002
@@ -66,7 +66,7 @@
default:
break;
}
- return ide_dmaproc(func, drive); /* use standard DMA stuff */
+ return ide_dmaproc(func, drive, NULL); /* use standard DMA stuff */
}
#endif /* CONFIG_BLK_DEV_IDEDMA */
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] 2.5.12 drivers/ide/pdcadma.c
2002-05-01 22:45 [PATCH] 2.5.12 drivers/ide/pdcadma.c Frank Davis
@ 2002-05-02 7:56 ` Martin Dalecki
0 siblings, 0 replies; 2+ messages in thread
From: Martin Dalecki @ 2002-05-02 7:56 UTC (permalink / raw)
To: Frank Davis; +Cc: linux-kernel, torvalds
Uz.ytkownik Frank Davis napisa?:
> Hello all,
> This patch addresses the following error :
>
> pdcadma.c: In function `pdcadma_dmaproc`
> pdcadma.c:69: too few arguments to function `ide_dmaproc`
> make[3]: *** [pdcadma.o] Error 1
>
> Its missing the "struct request * " argument, which I set to NULL
>
> Please review for inclusion.
Linus please on't include this patch. It's *wrong*. The function
above has get the struct request argument as well.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-05-02 8:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-01 22:45 [PATCH] 2.5.12 drivers/ide/pdcadma.c Frank Davis
2002-05-02 7:56 ` Martin Dalecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox