commit | 5ae16db36988e811410494fb5d07c81e14453e7b | [log] [tgz] |
---|---|---|
author | Doug Maxey <dwm@enoyolf.org> | Thu Oct 05 23:50:07 2006 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Wed Oct 25 15:12:07 2006 -0700 |
tree | 11a3fe9aa618aa6037f6ff574d813966c49c4351 | |
parent | 75c28851c9eee889ef4347ff6f55b2dd1e1ceb81 [diff] |
[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>