projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46011d4
)
soc/tegra: fuse: Fix typo in APB MISC warning
author
Thierry Reding
<treding@nvidia.com>
Fri, 17 Jul 2020 13:41:42 +0000
(15:41 +0200)
committer
Thierry Reding
<treding@nvidia.com>
Fri, 17 Jul 2020 13:47:35 +0000
(15:47 +0200)
The hardware block is called APB MISC, not ABP MISC, so fix the warning
to use the correct name.
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/fuse/tegra-apbmisc.c
patch
|
blob
|
history
diff --git
a/drivers/soc/tegra/fuse/tegra-apbmisc.c
b/drivers/soc/tegra/fuse/tegra-apbmisc.c
index
3cdd69d
..
8e416ad
100644
(file)
--- a/
drivers/soc/tegra/fuse/tegra-apbmisc.c
+++ b/
drivers/soc/tegra/fuse/tegra-apbmisc.c
@@
-27,7
+27,7
@@
static u32 chipid;
u32 tegra_read_chipid(void)
{
- WARN(!chipid, "Tegra A
BP
MISC not yet available\n");
+ WARN(!chipid, "Tegra A
PB
MISC not yet available\n");
return chipid;
}