From: Tejun Heo Date: Mon, 30 Jul 2007 05:23:03 +0000 (+0900) Subject: libata: use ata_port_printk() in ata_wait_idle() X-Git-Tag: v2.6.24-rc1~1391^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1552945669b4fb23bff8d3b30221bfe3ade63515;p=pandora-kernel.git libata: use ata_port_printk() in ata_wait_idle() ata_wait_idle() identified controller by printing out the address of the Status register. This is bogus because 1. it's iomapped address 2. some controllers don't have Status register and don't initialize the field. Use ata_port_printk() instead. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed