mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 15:10:38 +00:00
soc/tegra: fuse: Fix typo in APB MISC warning
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>
This commit is contained in:
parent
46011d431b
commit
eb8bb7abbb
@ -27,7 +27,7 @@ static u32 chipid;
|
||||
|
||||
u32 tegra_read_chipid(void)
|
||||
{
|
||||
WARN(!chipid, "Tegra ABP MISC not yet available\n");
|
||||
WARN(!chipid, "Tegra APB MISC not yet available\n");
|
||||
|
||||
return chipid;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user