Merge "soc: qcom: spcom: fix pr_err() missing "name" parameter"
This commit is contained in:
commit
b89739f17f
1 changed files with 2 additions and 1 deletions
|
@ -1920,7 +1920,8 @@ static inline int handle_poll(struct file *file,
|
||||||
mutex_unlock(&ch->lock);
|
mutex_unlock(&ch->lock);
|
||||||
break;
|
break;
|
||||||
default:
|
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;
|
ret = -EINVAL;
|
||||||
}
|
}
|
||||||
spcom_pr_dbg("name=%s, retval=%d\n", name, op->retval);
|
spcom_pr_dbg("name=%s, retval=%d\n", name, op->retval);
|
||||||
|
|
Loading…
Reference in a new issue