diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2017-11-08 14:40:23 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-11-08 14:40:23 -0800 |
| commit | 8f16cd605325541fd5d08d95758b1fcdf2715f56 (patch) | |
| tree | 65791aea71e4abe156dc0091b25a31a1b6921b75 | |
| parent | 7b2cc608309df57bfc901b65ea603a690e933d67 (diff) | |
| parent | 626673e8d1c044fe78f335e7122db0a8d60c42c1 (diff) | |
Merge "qcacld-3.0: Replace instances of unadorned %p" into wlan-cld3.driver.lnx.1.1
| -rw-r--r-- | core/dp/txrx/ol_txrx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/dp/txrx/ol_txrx.c b/core/dp/txrx/ol_txrx.c index 3da669f01707..d97b0f2a692d 100644 --- a/core/dp/txrx/ol_txrx.c +++ b/core/dp/txrx/ol_txrx.c @@ -1968,7 +1968,7 @@ void ol_txrx_pdev_detach(ol_txrx_pdev_handle pdev) TAILQ_REMOVE(&pdev->req_list, req, req_list_elem); pdev->req_list_depth--; ol_txrx_err( - "%d: %p,verbose(%d), concise(%d), up_m(0x%x), reset_m(0x%x)\n", + "%d: %pK,verbose(%d), concise(%d), up_m(0x%x), reset_m(0x%x)\n", i++, req, req->base.print.verbose, @@ -3807,7 +3807,7 @@ ol_txrx_fw_stats_handler(ol_txrx_pdev_handle pdev, if (!found) { ol_txrx_err( - "req(%p) from firmware can't be found in the list\n", req); + "req(%pK) from firmware can't be found in the list\n", req); return; } |
