From: Junio C Hamano Date: Mon, 9 Jul 2007 21:17:56 +0000 (+0200) Subject: ide_in_drive_list(): accept NULL as the wildcard for firmware revision X-Git-Tag: v2.6.23-rc1~1216 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2d3ce8c39cb17dfc8d0426a98bd79f5d7b21e36;p=pandora-kernel.git ide_in_drive_list(): accept NULL as the wildcard for firmware revision Earlier, the matching of (model,rev) in ide-dma black/white list handling was to consider "ALL" in the table to match any revision. This makes NULL to be also an accepted wildcard, and changes the entries of tables in ide-dma.c to use NULL. The code still accepts "ALL" as the wildcard, in order to keep any out-of-tree ide driver that feeds its own table that uses "ALL" as the wildcard to ide_in_drive_list() function from breaking. Signed-off-by: Junio C Hamano Cc: Alan Cox Cc: Dave Jones Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed