From: Tejun Heo Date: Sun, 18 May 2008 16:15:14 +0000 (+0900) Subject: libata: ignore SIMG4726 config pseudo device X-Git-Tag: v2.6.26-rc4~120^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50af2fa1e18d0ab411d06bf727ecadb7e01721e9;p=pandora-kernel.git libata: ignore SIMG4726 config pseudo device I was hoping ATA_HORKAGE_NODMA | ATA_HORKAGE_SKIP_PM could keep it happy but no even this doesn't work under certain configurations and it's not like we can do anything useful with the cofig device anyway. Replace ATA_HORKAGE_SKIP_PM with ATA_HORKAGE_DISABLE and use it for the config device. This makes the device completely ignored by libata. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed