Merge "soc: qcom: spcom: fix pr_err() missing "name" parameter"

This commit is contained in:
qctecmdr 2020-03-18 07:25:42 -07:00 committed by Gerrit - the friendly Code Review server
commit b89739f17f

View file

@ -1920,7 +1920,8 @@ static inline int handle_poll(struct file *file,
mutex_unlock(&ch->lock);
break;
default:
spcom_pr_err("ch [%s] unsupported ioctl:%u\n", op->cmd_id);
spcom_pr_err("ch [%s] unsupported ioctl:%u\n",
name, op->cmd_id);
ret = -EINVAL;
}
spcom_pr_dbg("name=%s, retval=%d\n", name, op->retval);