soc: qcom: rpmh-rsc: Fix compilation

eedd9fd986 removed `flags` so adapt
the downstream code accordingly.

Change-Id: I046a17d0a6303db763c439ab1e26413cc6ab2fab
This commit is contained in:
Michael Bestas 2024-11-07 19:35:55 +02:00
parent 529ffa5672
commit ac158456e4
No known key found for this signature in database
GPG Key ID: CC95044519BE6669

View File

@ -674,7 +674,7 @@ int rpmh_rsc_send_data(struct rsc_drv *drv, const struct tcs_request *msg)
/* Controller is busy in 'solver' mode */
if (drv->in_solver_mode) {
spin_unlock_irqrestore(&drv->lock, flags);
spin_unlock_irq(&drv->lock);
return -EBUSY;
}