mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
firmware: stratix10-svc: Delete some stray tabs
These lines are indented one tab too far. Delete the extra tabs for readability. Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
parent
8f0b4cce44
commit
9e51d1da5b
|
|
@ -1317,7 +1317,7 @@ int stratix10_svc_async_send(struct stratix10_svc_chan *chan, void *msg,
|
|||
dev_dbg(ctrl->dev,
|
||||
"Async message sent with transaction_id 0x%02x\n",
|
||||
handle->transaction_id);
|
||||
*handler = handle;
|
||||
*handler = handle;
|
||||
return 0;
|
||||
case INTEL_SIP_SMC_STATUS_BUSY:
|
||||
dev_warn(ctrl->dev, "Mailbox is busy, try after some time\n");
|
||||
|
|
@ -1702,12 +1702,12 @@ int stratix10_svc_send(struct stratix10_svc_chan *chan, void *msg)
|
|||
kthread_run_on_cpu(svc_normal_to_secure_thread,
|
||||
(void *)chan->ctrl,
|
||||
cpu, "svc_smc_hvc_thread");
|
||||
if (IS_ERR(chan->ctrl->task)) {
|
||||
dev_err(chan->ctrl->dev,
|
||||
"failed to create svc_smc_hvc_thread\n");
|
||||
kfree(p_data);
|
||||
return -EINVAL;
|
||||
}
|
||||
if (IS_ERR(chan->ctrl->task)) {
|
||||
dev_err(chan->ctrl->dev,
|
||||
"failed to create svc_smc_hvc_thread\n");
|
||||
kfree(p_data);
|
||||
return -EINVAL;
|
||||
}
|
||||
}
|
||||
|
||||
pr_debug("%s: sent P-va=%p, P-com=%x, P-size=%u\n", __func__,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user