mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
soc: hisilicon: kunpeng_hccs: Fix a PCC typo
Fix a PCC typo. Signed-off-by: Huisong Li <lihuisong@huawei.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
This commit is contained in:
parent
9852d85ec9
commit
1cbe974f81
|
|
@ -144,7 +144,7 @@ static int hccs_register_pcc_channel(struct hccs_dev *hdev)
|
|||
|
||||
pcc_chan = pcc_mbox_request_channel(cl, hdev->chan_id);
|
||||
if (IS_ERR(pcc_chan)) {
|
||||
dev_err(dev, "PPC channel request failed.\n");
|
||||
dev_err(dev, "PCC channel request failed.\n");
|
||||
rc = -ENODEV;
|
||||
goto out;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user