Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba58d064 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 3d41a73b a6ec9c9d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1941,7 +1941,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);