From: Tejun Heo Date: Fri, 31 Mar 2006 16:38:17 +0000 (+0900) Subject: [PATCH] libata: make ata_bus_probe() return negative errno on failure X-Git-Tag: v2.6.18-rc1~1079^2~165 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96072e699be08af8e7c33c56759582ea89088a02;p=pandora-kernel.git [PATCH] libata: make ata_bus_probe() return negative errno on failure ata_bus_probe() uses unsigned int rc to receive negative errno and returns the converted unsigned int value. Convert temporary variables to int and make ata_bus_probe() return negative errno on failure. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed