diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2015-11-23 23:32:57 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-11-30 14:11:35 -0800 |
commit | 448f8bc69f3f74e2ecd143ef9c774851fc70d347 (patch) | |
tree | 7ae31eaffe768b41831faa46212a5957c76de099 /arch/arm/mach-omap2/pdata-quirks.c | |
parent | c9fbaa4997c0e6ff2d454abc667a33142ffcff66 (diff) | |
download | blackbird-op-linux-448f8bc69f3f74e2ecd143ef9c774851fc70d347.tar.gz blackbird-op-linux-448f8bc69f3f74e2ecd143ef9c774851fc70d347.zip |
ARM: OMAP: RX-51: fix a typo in log writing
Fix a typo when registering HW RNG.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/pdata-quirks.c')
-rw-r--r-- | arch/arm/mach-omap2/pdata-quirks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pdata-quirks.c b/arch/arm/mach-omap2/pdata-quirks.c index 1dfe34654c43..35ea6c0b03d4 100644 --- a/arch/arm/mach-omap2/pdata-quirks.c +++ b/arch/arm/mach-omap2/pdata-quirks.c @@ -268,7 +268,7 @@ static void __init nokia_n900_legacy_init(void) 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); } |