Re: [PATCH] 2.5.14 IDE CD-ROM PIO mode
Christoph Hellwig (hch@infradead.org)
Tue, 7 May 2002 12:41:09 +0100
On Tue, May 07, 2002 at 11:57:20AM +0200, Martin Dalecki wrote:
> > @@ -962,7 +962,7 @@
> >  
> >  	/* First, figure out if we need to bit-bucket
> >  	   any of the leading sectors. */
> > -	nskip = MIN(rq->current_nr_sectors - bio_sectors(rq->bio), sectors_to_transfer);
> > +	nskip = MIN((int)(rq->current_nr_sectors - bio_sectors(rq->bio)), sectors_to_transfer);
What about a s/MIN/min/g in the idea driver to easily catch such bugs?
-
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/