From: Tejun Heo Date: Wed, 1 Nov 2006 09:38:52 +0000 (+0900) Subject: [PATCH] libata: implement ATA_EHI_PRINTINFO X-Git-Tag: v2.6.20-rc1~34^2~40^2~9^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efdaedc443e935eda82e9e78a6e65d1f993d242f;p=pandora-kernel.git [PATCH] libata: implement ATA_EHI_PRINTINFO Implement ehi flag ATA_EHI_PRINTINFO. This flag is set when device configuration needs to print out device info. This used to be handled by @print_info argument to ata_dev_configure() but LLDs also need to know about it in ->dev_config() callback. This patch replaces @print_info w/ ATA_EHI_PRINTINFO and make sata_sil print workaround messages only on the initial configuration. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed