lkml.org 
[lkml]   [2002]   [May]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] 2.5.12 drivers/ide/pdcadma.c
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 */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:25    [W:0.028 / U:0.568 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site