Loading drivers/platform/msm/ipa/ipa_v3/ipa_debugfs.c +1 −1 Original line number Diff line number Diff line Loading @@ -1776,7 +1776,7 @@ static ssize_t ipa3_read_nat4(struct file *file, buff = kzalloc(buff_size, GFP_KERNEL); if (buff == NULL) return 0; return -ENOMEM; if (!ipa3_ctx->nat_mem.dev.is_dev_init) { pos += scnprintf(buff + pos, buff_size - pos, Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipa_debugfs.c +1 −1 Original line number Diff line number Diff line Loading @@ -1776,7 +1776,7 @@ static ssize_t ipa3_read_nat4(struct file *file, buff = kzalloc(buff_size, GFP_KERNEL); if (buff == NULL) return 0; return -ENOMEM; if (!ipa3_ctx->nat_mem.dev.is_dev_init) { pos += scnprintf(buff + pos, buff_size - pos, Loading