From: Alan Cox Date: Tue, 26 Sep 2006 16:53:38 +0000 (+0100) Subject: [PATCH] libata-eh: Remove layering violation and duplication when handling absent... X-Git-Tag: v2.6.19-rc1~898^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c961922b73dab429a759f560952fd4c3f60bd6b3;p=pandora-kernel.git [PATCH] libata-eh: Remove layering violation and duplication when handling absent ports This removes the layering violation where drivers have to fiddle directly with EH flags. Instead we now recognize -ENOENT means "no port" and do the handling in the core code. This also removes an instance of a call to disable the port, and an identical printk from each driver doing this. Even better - future rule changes will be in one place only. Signed-off-by: Alan Cox Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed