[SCSI] mpt fusion: fix up fusion prints using the sdev_printk, dev_printk, and shost_...
authorEric Moore <eric.moore@lsi.com>
Sat, 29 Sep 2007 16:17:21 +0000 (10:17 -0600)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:52:19 +0000 (14:52 -0400)
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>

No differences found