commit | 6fd36390117f7844ad147377878ddb52088f583a | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Tue Mar 25 22:16:44 2008 +0900 |
committer | Jeff Garzik <jgarzik@redhat.com> | Thu Apr 17 15:44:18 2008 -0400 |
tree | c25d9a8357ff173ce46eb057cc50370b87b9cca8 | |
parent | 3d5a3d67a578d95ac3a11a862d16a054e2d4d9cd [diff] |
libata: kill ata_chk_status() ata_chk_status() just calls ops->check_status and it only adds confusion with other status functions. Kill it. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>