libata: use dev_driver_string() instead of "libata" in libata-sff.c
authorTejun Heo <htejun@gmail.com>
Fri, 4 Jan 2008 09:42:21 +0000 (18:42 +0900)
committerJeff Garzik <jeff@garzik.org>
Wed, 23 Jan 2008 10:24:15 +0000 (05:24 -0500)
commit35a10a80daa04b7316d6bac1b1402cc347c35b1e
treeb62c64999bfb646ed8881eca3fae4bcbf6402506
parent723159c58371b860cf6ef38affd19d16290e4898
libata: use dev_driver_string() instead of "libata" in libata-sff.c

libata-sff code used DRV_NAME which is hardcoded to "libata" when
requesting resources.  Use dev_driver_string() such that low level
driver names are used in resource listing.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/libata-sff.c