commit | 6f1d1e3a03fd04a9d9c82fd3cf414020097bb142 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Tue Nov 27 19:28:55 2007 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Jan 23 05:24:10 2008 -0500 |
tree | ceb7917e7ca056c2884ef9dd2a239945ad45724c | |
parent | 02c05a27e884c9655dae5b1c8bc0cd89c060c43d [diff] |
libata: move ata_set_mode() to libata-eh.c Move ata_set_mode() to libata-eh.c. ata_set_mode() is surely an EH action and will be more tightly coupled with the rest of error handling. Move it to libata-eh.c. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>