libata debugging: set initial dbg value
authorBorislav Petkov <bbpetkov@yahoo.de>
Mon, 29 May 2006 05:06:23 +0000 (01:06 -0400)
committerJeff Garzik <jeff@garzik.org>
Mon, 29 May 2006 05:06:23 +0000 (01:06 -0400)
commitef2824073fba9def3cf122e89cc485f66dd71f70
tree4fc56ab1e96d81f8920d111d07640c3ad5a60670
parent89f8185e9b62f6478c2a39e117606eec70387d1d
libata debugging: set initial dbg value

This patch sets the prerequisites for the new debugging scheme that more or
less resembles Donald Becker's net driver example. This one liner doesn't
change any functionality beside setting the appropriate debug level for the
msg_enable control in the ata_port struct, which will be later used by the
ata_msg_* macros to control the amount of debug information sent to printk.

Signed-off-by: <petkov@uni-muenster.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/scsi/libata-core.c