diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2019-07-17 22:10:12 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-07-17 22:10:12 -0700 |
| commit | 5bfa42a4287c4cc140a2e877ab503841ac6cc4c7 (patch) | |
| tree | 1633e8e5158ff426074aa06f24ce360102f0b4b1 | |
| parent | 11867ee6505d5326ea9d5683b7cd39e4c1f007c4 (diff) | |
| parent | db0e63952ac29bc94617c05cfb98594a0011d4cc (diff) | |
Merge "qcacld-2.0: Use correct format code in for the type of size_t" into wlan-cld2.driver.lnx.1.0
| -rw-r--r-- | CORE/HDD/src/wlan_hdd_debugfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/HDD/src/wlan_hdd_debugfs.c b/CORE/HDD/src/wlan_hdd_debugfs.c index 5e999c110d89..470a79a5e7b4 100644 --- a/CORE/HDD/src/wlan_hdd_debugfs.c +++ b/CORE/HDD/src/wlan_hdd_debugfs.c @@ -910,7 +910,7 @@ static ssize_t __wlan_hdd_write_txqueue_stats_debugfs(struct file *file, struct ol_txrx_pdev_t *pdev = vos_get_context(VOS_MODULE_ID_TXRX, vos_context); if (count > 2) { - hddLog(VOS_TRACE_LEVEL_ERROR, FL("error input data len %d"), + hddLog(VOS_TRACE_LEVEL_ERROR, FL("error input data len %zu"), count); return -EINVAL; } |
