Re: mm snapshot broken-out-2007-01-26-00-36.tar.gz uploaded

From: Michal Piotrowski
Date: Sat Jan 27 2007 - 12:21:35 EST


akpm@xxxxxxxx napisaÅ(a):
> The mm snapshot broken-out-2007-01-26-00-36.tar.gz has been uploaded to
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-01-26-00-36.tar.gz
>

git-scsi-misc.patch typo fix.

drivers/scsi/NCR_D700.c: In function âNCR_D700_probe_oneâ:
drivers/scsi/NCR_D700.c:203: error: âstruct NCR_700_Host_Parametersâ has no member named âbusrt_lengthâ
make[2]: *** [drivers/scsi/NCR_D700.o] BÅÄd 1
make[1]: *** [drivers/scsi] BÅÄd 2
make: *** [drivers] BÅÄd 2

Regards,
Michal

--
Michal K. K. Piotrowski
LTG - Linux Testers Group
(http://www.stardust.webpages.pl/ltg/)

Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx>

--- linux-work-clean/drivers/scsi/NCR_D700.c 2007-01-26 16:47:36.000000000 +0100
+++ linux-work/drivers/scsi/NCR_D700.c 2007-01-27 18:13:42.000000000 +0100
@@ -200,7 +200,7 @@ NCR_D700_probe_one(struct NCR_D700_priva
hostdata->base = ioport_map(region, 64);
hostdata->differential = (((1<<siop) & differential) != 0);
hostdata->clock = NCR_D700_CLOCK_MHZ;
- hostdata->busrt_length = 8;
+ hostdata->burst_length = 8;

/* and register the siop */
host = NCR_700_detect(&NCR_D700_driver_template, hostdata, p->dev);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/