projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9852d85
)
soc: hisilicon: kunpeng_hccs: Fix a PCC typo
author
Huisong Li
<lihuisong@huawei.com>
Wed, 28 Aug 2024 10:49:51 +0000
(18:49 +0800)
committer
Wei 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/soc/hisilicon/kunpeng_hccs.c
b/drivers/soc/hisilicon/kunpeng_hccs.c
index e882a61636ec860622f3bc0aac84e50b2688114c..c4a57328f22af92c37fb0658e8427d69aa796676 100644
(file)
--- a/
drivers/soc/hisilicon/kunpeng_hccs.c
+++ b/
drivers/soc/hisilicon/kunpeng_hccs.c
@@
-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, "P
P
C channel request failed.\n");
+ dev_err(dev, "P
C
C channel request failed.\n");
rc = -ENODEV;
goto out;
}