soc: hisilicon: kunpeng_hccs: Fix a PCC typo
authorHuisong Li <lihuisong@huawei.com>
Wed, 28 Aug 2024 10:49:51 +0000 (18:49 +0800)
committerWei Xu <xuwei5@hisilicon.com>
Mon, 14 Oct 2024 08:54:46 +0000 (08:54 +0000)
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>
drivers/soc/hisilicon/kunpeng_hccs.c

index e882a61636ec860622f3bc0aac84e50b2688114c..c4a57328f22af92c37fb0658e8427d69aa796676 100644 (file)
@@ -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;
        }