Re: [PATCH] 2.5.14 IDE CD-ROM PIO mode

Martin Dalecki (dalecki@evision-ventures.com)
Tue, 07 May 2002 12:42:02 +0200


Uz.ytkownik Christoph Hellwig napisa?:
> 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?

Good idea partially already implemented :-).
At least the generic code and the host chip driver code are alread
switched to using those "chatch them" macros.

-
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/