commit | c51d0beaaed902ef48ed1f3b1834d37b7ffd55e8 | [log] [tgz] |
---|---|---|
author | Eric Moore <eric.moore@lsi.com> | Sat Sep 29 10:17:21 2007 -0600 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:52:19 2007 -0400 |
tree | 5d0c5279b079e24876d0d6860bef2bc1e0314561 | |
parent | e8206381f5842269691f3164ec0d79b7059bd710 [diff] |
[SCSI] mpt fusion: fix up fusion prints using the sdev_printk, dev_printk, and shost_printk API Cleaning up prints that use the xxx_printk API, in that the fusion preamble "mptbase: iocX" follows the info provided by the print API. The way its currently coded, the [H:C:T] print in sdev_printk will be inbetween "mptbase" and "iocX", instead of before. Signed-off-by: Eric Moore <Eric.Moore@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>