Skip to content

Commit eb8bb7a

Browse files
committed
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 <[email protected]>
1 parent 46011d4 commit eb8bb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/soc/tegra/fuse/tegra-apbmisc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ static u32 chipid;
2727

2828
u32 tegra_read_chipid(void)
2929
{
30-
WARN(!chipid, "Tegra ABP MISC not yet available\n");
30+
WARN(!chipid, "Tegra APB MISC not yet available\n");
3131

3232
return chipid;
3333
}

0 commit comments

Comments
 (0)