mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-22 09:34:56 +02:00
Merge branch 'irq/urgent' into irq/drivers
to fixup a trivial conflict with pending upstream fixes.
This commit is contained in:
@@ -306,6 +306,8 @@ static int mpm_pd_power_off(struct generic_pm_domain *genpd)
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
|
||||
mbox_client_txdone(priv->mbox_chan, 0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -434,6 +436,7 @@ static int qcom_mpm_probe(struct platform_device *pdev, struct device_node *pare
|
||||
}
|
||||
|
||||
priv->mbox_client.dev = dev;
|
||||
priv->mbox_client.knows_txdone = true;
|
||||
priv->mbox_chan = mbox_request_channel(&priv->mbox_client, 0);
|
||||
if (IS_ERR(priv->mbox_chan)) {
|
||||
ret = PTR_ERR(priv->mbox_chan);
|
||||
|
||||
@@ -884,8 +884,7 @@ static int rzv2h_icu_probe_common(struct platform_device *pdev, struct device_no
|
||||
return 0;
|
||||
|
||||
pm_put:
|
||||
pm_runtime_put(dev);
|
||||
|
||||
pm_runtime_put_sync(dev);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user