提交 448f8bc6 编写于 作者: A Aaro Koskinen 提交者: Tony Lindgren

ARM: OMAP: RX-51: fix a typo in log writing

Fix a typo when registering HW RNG.
Signed-off-by: NAaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 c9fbaa49
...@@ -1257,7 +1257,7 @@ static struct platform_device omap3_rom_rng_device = { ...@@ -1257,7 +1257,7 @@ static struct platform_device omap3_rom_rng_device = {
static void __init rx51_init_omap3_rom_rng(void) static void __init rx51_init_omap3_rom_rng(void)
{ {
if (omap_type() == OMAP2_DEVICE_TYPE_SEC) { if (omap_type() == OMAP2_DEVICE_TYPE_SEC) {
pr_info("RX-51: Registring OMAP3 HWRNG device\n"); pr_info("RX-51: Registering OMAP3 HWRNG device\n");
platform_device_register(&omap3_rom_rng_device); platform_device_register(&omap3_rom_rng_device);
} }
} }
......
...@@ -268,7 +268,7 @@ static void __init nokia_n900_legacy_init(void) ...@@ -268,7 +268,7 @@ static void __init nokia_n900_legacy_init(void)
pr_warn("Thumb binaries may crash randomly without this workaround\n"); pr_warn("Thumb binaries may crash randomly without this workaround\n");
} }
pr_info("RX-51: Registring OMAP3 HWRNG device\n"); pr_info("RX-51: Registering OMAP3 HWRNG device\n");
platform_device_register(&omap3_rom_rng_device); platform_device_register(&omap3_rom_rng_device);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册