From: Bartlomiej Zolnierkiewicz Date: Fri, 1 Feb 2008 22:09:36 +0000 (+0100) Subject: ide: make probe_hwif() return an error value X-Git-Tag: v2.6.25-rc1~1078^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d501529b688dada3fd90d91b1517e48d5ac3e05;p=pandora-kernel.git ide: make probe_hwif() return an error value Make probe_hwif() return an error value. While at it: * Remove comment about MAX_DRIVES == 2 limitation (it is not special to probe_hwif(), it is a general assumption taken by a lot of IDE code). * Rename probe_hwif() to ide_probe_port(). Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed