Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
drivers/soc/tegra/fuse/tegra-apbmisc.c
··· 27 27 28 28 u32 tegra_read_chipid(void) 29 29 { 30 - WARN(!chipid, "Tegra ABP MISC not yet available\n"); 30 + WARN(!chipid, "Tegra APB MISC not yet available\n"); 31 31 32 32 return chipid; 33 33 }