[EMAIL PROTECTED] 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 <[EMAIL PROTECTED]> --- 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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/