Re: [PATCH 3/3] ide_in_drive_list(): "ALL" is not a wildcard anymore.

2007-05-30 Thread Bartlomiej Zolnierkiewicz
On Tuesday 29 May 2007, Junio C Hamano wrote: > This removes the support to treat "ALL" as a wildcard for > firmware revision. This is made a separate patch, as it will > break out-of-tree ide drivers that feed its own table that uses > "ALL" as the wildcard to ide_in_drive_list(). > > Signed-off

[PATCH 3/3] ide_in_drive_list(): "ALL" is not a wildcard anymore.

2007-05-28 Thread Junio C Hamano
This removes the support to treat "ALL" as a wildcard for firmware revision. This is made a separate patch, as it will break out-of-tree ide drivers that feed its own table that uses "ALL" as the wildcard to ide_in_drive_list(). Signed-off-by: Junio C Hamano <[EMAIL PROTECTED]> --- * This is a