mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 19:21:26 +00:00
Fix minor compiler warning
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1932 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -710,7 +710,7 @@ static int scst_local_get_initiator_port_transport_id(
|
||||
|
||||
*transport_id = tr_id;
|
||||
|
||||
TRACE_DBG("Created tid '%08lX'", &tr_id[4]);
|
||||
TRACE_DBG("Created tid '%08lX'", (unsigned long)&tr_id[4]);
|
||||
|
||||
out:
|
||||
TRACE_EXIT_RES(res);
|
||||
|
||||
Reference in New Issue
Block a user