Skip to content

Commit 8f96d37

Browse files
committed
Merge tag 'socfpga_firmware_update_for_v6.20' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into char-misc-next
Dinh writes: SoCFPGA firmware update for v6.20 - Delete stray tabs in stratix10-svc * tag 'socfpga_firmware_update_for_v6.20' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux: firmware: stratix10-svc: Delete some stray tabs
2 parents 4df29fb + 9e51d1d commit 8f96d37

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

drivers/firmware/stratix10-svc.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@ int stratix10_svc_async_send(struct stratix10_svc_chan *chan, void *msg,
13171317
dev_dbg(ctrl->dev,
13181318
"Async message sent with transaction_id 0x%02x\n",
13191319
handle->transaction_id);
1320-
*handler = handle;
1320+
*handler = handle;
13211321
return 0;
13221322
case INTEL_SIP_SMC_STATUS_BUSY:
13231323
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)
17021702
kthread_run_on_cpu(svc_normal_to_secure_thread,
17031703
(void *)chan->ctrl,
17041704
cpu, "svc_smc_hvc_thread");
1705-
if (IS_ERR(chan->ctrl->task)) {
1706-
dev_err(chan->ctrl->dev,
1707-
"failed to create svc_smc_hvc_thread\n");
1708-
kfree(p_data);
1709-
return -EINVAL;
1710-
}
1705+
if (IS_ERR(chan->ctrl->task)) {
1706+
dev_err(chan->ctrl->dev,
1707+
"failed to create svc_smc_hvc_thread\n");
1708+
kfree(p_data);
1709+
return -EINVAL;
1710+
}
17111711
}
17121712

17131713
pr_debug("%s: sent P-va=%p, P-com=%x, P-size=%u\n", __func__,

0 commit comments

Comments
 (0)