mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
qla2x00t: Remove a cast from a debug statement
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7358 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1064,8 +1064,8 @@ qla2x00_chip_diag(scsi_qla_host_t *vha)
|
||||
/* Assume a failed state */
|
||||
rval = QLA_FUNCTION_FAILED;
|
||||
|
||||
ql_dbg(ql_dbg_init, vha, 0x007b,
|
||||
"Testing device at %lx.\n", (u_long)®->flash_address);
|
||||
ql_dbg(ql_dbg_init, vha, 0x007b, "Testing device at %p.\n",
|
||||
®->flash_address);
|
||||
|
||||
spin_lock_irqsave(&ha->hardware_lock, flags);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user