lkml.org 
[lkml]   [1997]   [Apr]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectTypo in 2.1.33 parport_share.c
Date
Hi,

There's a slight typo in linux-2.1.33/drivers/pnp/parport_share.c:

--- parport_share.c.orig Sun Apr 13 09:47:40 1997
+++ parport_share.c Sun Apr 13 11:42:06 1997
@@ -64,7 +64,7 @@
if (new.dma >= 0) {
if (request_dma(new.dma, new.name)) {
printk(KERN_INFO "%s: unable to claim DMA %d\n",
- new.name, new..dma);
+ new.name, new.dma);
release_region(new.base, new.size);
if( new.modes & PARPORT_MODE_ECR )
release_region(new.base+0x400, 3);
Regards,
Julian
--
Julian Thompson (jrt@miel.demon.co.uk)

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