diff options
| author | Jeff Johnson <jjohnson@qca.qualcomm.com> | 2013-10-30 12:08:36 -0700 |
|---|---|---|
| committer | Prakash Dhavali <pdhavali@codeaurora.org> | 2014-01-18 02:43:12 -0800 |
| commit | 022a337e733184dbc29a24259188eb14e7b2e243 (patch) | |
| tree | fb9ce5d4b36f2226880b5585a101d6cb4a4c1180 /CORE/BAP/src | |
| parent | 77115e267902c76f55b4a574006765e626bd32a7 (diff) | |
wlan: btamp: fix logging format/argument mismatch
Source code analysis uncovered a mismatch between format and argument
in an invocation of VOS_TRACE() in the btamp code, so fix it.
Change-Id: I428fb3bd9d7f72dd59663a845853ace8e4f5d59e
CRs-fixed: 570328
Diffstat (limited to 'CORE/BAP/src')
| -rw-r--r-- | CORE/BAP/src/btampFsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/BAP/src/btampFsm.c b/CORE/BAP/src/btampFsm.c index f6c29373dc70..f052f157e190 100644 --- a/CORE/BAP/src/btampFsm.c +++ b/CORE/BAP/src/btampFsm.c @@ -1175,7 +1175,7 @@ regStaWithTl if ( !VOS_IS_STATUS_SUCCESS( vosStatus ) ) { VOS_TRACE( VOS_MODULE_ID_BAP, VOS_TRACE_LEVEL_ERROR, - "%s: WLANTL_RegisterSTAClient() failed to register. Status= %d [0x%08lX]", + "%s: WLANTL_RegisterSTAClient() failed to register. Status= %d [0x%08X]", __func__, vosStatus, vosStatus ); } |
