Loading drivers/platform/msm/ipa/ipa_v3/ipa_debugfs.c +5 −0 Original line number Original line Diff line number Diff line Loading @@ -1398,6 +1398,11 @@ static ssize_t ipa3_read_odlstats(struct file *file, char __user *ubuf, int nbytes; int nbytes; int cnt = 0; int cnt = 0; if (!ipa3_odl_ctx) { IPADBG("ODL stats not supported\n"); return 0; } nbytes = scnprintf(dbg_buff, IPA_MAX_MSG_LEN, nbytes = scnprintf(dbg_buff, IPA_MAX_MSG_LEN, "ODL received pkt =%u\n" "ODL received pkt =%u\n" "ODL processed pkt to DIAG=%u\n" "ODL processed pkt to DIAG=%u\n" Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipa_debugfs.c +5 −0 Original line number Original line Diff line number Diff line Loading @@ -1398,6 +1398,11 @@ static ssize_t ipa3_read_odlstats(struct file *file, char __user *ubuf, int nbytes; int nbytes; int cnt = 0; int cnt = 0; if (!ipa3_odl_ctx) { IPADBG("ODL stats not supported\n"); return 0; } nbytes = scnprintf(dbg_buff, IPA_MAX_MSG_LEN, nbytes = scnprintf(dbg_buff, IPA_MAX_MSG_LEN, "ODL received pkt =%u\n" "ODL received pkt =%u\n" "ODL processed pkt to DIAG=%u\n" "ODL processed pkt to DIAG=%u\n" Loading