• Bartlomiej Zolnierkiewicz's avatar
    [PATCH] use kernel min/max in IDE code (1/2) · 0b15a140
    Bartlomiej Zolnierkiewicz authored
    From: Randy Dunlap <rddunlap@osdl.org>
    From: Michael Veeck <michael.veeck@gmx.net>
    
    ide-cd.h: remove unnecessary MIN() macro
    ide-cd.c: change MIN() calls to use kernel.h calls
    ide-tape.c: use min_t()/max_t() instead of min()/max()
    0b15a140
ide-cd.c 102 KB