|
@@ -439,7 +439,7 @@ static inline int ti_sci_do_xfer(struct ti_sci_info *info,
|
|
/* And we wait for the response. */
|
|
/* And we wait for the response. */
|
|
timeout = msecs_to_jiffies(info->desc->max_rx_timeout_ms);
|
|
timeout = msecs_to_jiffies(info->desc->max_rx_timeout_ms);
|
|
if (!wait_for_completion_timeout(&xfer->done, timeout)) {
|
|
if (!wait_for_completion_timeout(&xfer->done, timeout)) {
|
|
- dev_err(dev, "Mbox timedout in resp(caller: %pF)\n",
|
|
|
|
|
|
+ dev_err(dev, "Mbox timedout in resp(caller: %pS)\n",
|
|
(void *)_RET_IP_);
|
|
(void *)_RET_IP_);
|
|
ret = -ETIMEDOUT;
|
|
ret = -ETIMEDOUT;
|
|
}
|
|
}
|