commit | 4c2d721ab6413ee4ff33617ed1413458261f36ea | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Sun Mar 05 17:55:58 2006 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Sun Mar 05 11:09:42 2006 -0500 |
tree | b641f68a902c64a08dc308f259c05abed1d81655 | |
parent | 208a9933bc7d71e7ad194a9ffbfbcd7878c48dfe [diff] |
[PATCH] libata: add @print_info argument to ata_dev_configure() Add @print_info argument to ata_dev_configure(). Details of configured device is printed only when @pinfo_info is non-zero. This patch also reorganizes device info printing for LBA case to simplify code (necessary as @print_info adds extra nesting around it). Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>