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

Commit b89739f1 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 3a572aec 549038c5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);