diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-09-26 02:09:49 +0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-09-26 02:09:49 +0400 |
commit | ddfe53d1cbfcb214f7ea58f13e811937dc74663e (patch) | |
tree | bc0991ed90b02c2aea3f73b3202f33f7389aed07 /arch/arm/mach-omap2/pdata-quirks.c | |
parent | 2b3a47d7a0cda3b35d95a4935d502ff5abab2c4d (diff) | |
parent | 3d0cb73e9c85e60206ea9d5191bc0b9a0c4c8a99 (diff) | |
download | linux-ddfe53d1cbfcb214f7ea58f13e811937dc74663e.tar.xz |
Merge tag 'cleanup-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanup
Pull "Clean-up for omaps for v3.18 merge window" from Tony Lindgren:
- Remove unused pieces of the legacy DMA API as we're moving to
dmaengine API
- Search and replace to standardize on pr_warn instead of pr_warning
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* tag 'cleanup-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
arm: mach-omap2: Convert pr_warning to pr_warn
ARM: OMAP: Remove unused pieces of legacy DMA API
Diffstat (limited to 'arch/arm/mach-omap2/pdata-quirks.c')
-rw-r--r-- | arch/arm/mach-omap2/pdata-quirks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/pdata-quirks.c b/arch/arm/mach-omap2/pdata-quirks.c index 90c88d498485..73b333f35162 100644 --- a/arch/arm/mach-omap2/pdata-quirks.c +++ b/arch/arm/mach-omap2/pdata-quirks.c @@ -244,8 +244,8 @@ static void __init nokia_n900_legacy_init(void) /* set IBE to 1 */ rx51_secure_update_aux_cr(BIT(6), 0); } else { - pr_warning("RX-51: Not enabling ARM errata 430973 workaround\n"); - pr_warning("Thumb binaries may crash randomly without this workaround\n"); + pr_warn("RX-51: Not enabling ARM errata 430973 workaround\n"); + pr_warn("Thumb binaries may crash randomly without this workaround\n"); } pr_info("RX-51: Registring OMAP3 HWRNG device\n"); |