commit | 1552945669b4fb23bff8d3b30221bfe3ade63515 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Mon Jul 30 14:23:03 2007 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Fri Oct 12 14:55:34 2007 -0400 |
tree | 843dc8ad2a108a1fcea95bf503cc4cb1abd848ca | |
parent | b8773531cc54c1ed10c8ec301353ee6b53b601a5 [diff] |
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 <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>