[PATCH] libata: add @print_info argument to ata_dev_configure()
authorTejun Heo <htejun@gmail.com>
Sun, 5 Mar 2006 08:55:58 +0000 (17:55 +0900)
committerJeff Garzik <jeff@garzik.org>
Sun, 5 Mar 2006 16:09:42 +0000 (11:09 -0500)
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>

No differences found