• Martin Dalecki's avatar
    [PATCH] Re: IDE cleanup for 2.5.4-pre3 · 5191903e
    Martin Dalecki authored
    The end_request() function familiy (not the global one, but the IDE
    specific ones), did bear a permuted parameter ordering.  After fixing
    this it turned out that at all places the huk parameter wasn't the
    hwgroup, but just the drive in question itself.  I have changed this to
    be more sane, which allowed to remove many unneccessary code
    duplication, or rather obfuscation, in between the __ide_end_request()
    and ide_end_request() functions.  This simplification is actually the
    "spreading" part of the game. 
    5191903e
ide-cd.c 90.7 KB