qla2xxx: Move warning message to debug level.

Signed-off-by: Sawan Chandak <sawan.chandak@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Sawan Chandak 2014-09-25 05:17:04 -04:00 committed by Christoph Hellwig
parent f261f7aff7
commit 7ab3d96208

View file

@ -857,7 +857,7 @@ qla82xx_rom_lock(struct qla_hw_data *ha)
break; break;
if (timeout >= qla82xx_rom_lock_timeout) { if (timeout >= qla82xx_rom_lock_timeout) {
lock_owner = qla82xx_rd_32(ha, QLA82XX_ROM_LOCK_ID); lock_owner = qla82xx_rd_32(ha, QLA82XX_ROM_LOCK_ID);
ql_log(ql_log_warn, vha, 0xb157, ql_dbg(ql_dbg_p3p, vha, 0xb157,
"%s: Simultaneous flash access by following ports, active port = %d: accessing port = %d", "%s: Simultaneous flash access by following ports, active port = %d: accessing port = %d",
__func__, ha->portnum, lock_owner); __func__, ha->portnum, lock_owner);
return -1; return -1;