[SCSI] qla4xxx: fix double printk on load
authorDoug Maxey <dwm@enoyolf.org>
Fri, 6 Oct 2006 04:50:07 +0000 (23:50 -0500)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Wed, 25 Oct 2006 22:12:07 +0000 (15:12 -0700)
commit5ae16db36988e811410494fb5d07c81e14453e7b
tree11a3fe9aa618aa6037f6ff574d813966c49c4351
parent75c28851c9eee889ef4347ff6f55b2dd1e1ceb81
[SCSI] qla4xxx: fix double printk on load

There is a dup printk at the tail of qla4xxx_module_init().  Remove the
first instance as it's before the complete success of the function.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/qla4xxx/ql4_os.c