diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2023-06-07 12:56:47 +0200 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2023-06-07 12:56:47 +0200 |
| commit | 54cb981c299696228d586d30ebc6db34bb6179ac (patch) | |
| tree | c3139ede39e3b7ba89546ab071d8998ff5670ef0 /arch/arm/mach-omap1/pm.c | |
| parent | 8f7913c04f6a7b90bcf998ece17395d7090f6d44 (diff) | |
| parent | 937e87229ea04e94c4f1a2f3f5ae9d2c56989acd (diff) | |
| download | linux-54cb981c299696228d586d30ebc6db34bb6179ac.tar.gz linux-54cb981c299696228d586d30ebc6db34bb6179ac.tar.bz2 linux-54cb981c299696228d586d30ebc6db34bb6179ac.zip | |
Merge tag 'omap-for-v6.5/cleanup-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into soc/arm
Clean-up for omaps for v6.5
Two patches for checkpatch warnings, and one change to use pr_err instead
of printk.
* tag 'omap-for-v6.5/cleanup-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: omap2: Fix checkpatch issues
arm: omap1: replace printk() with pr_err macro
ARM: omap: Fix checkpatch issues
Link: https://lore.kernel.org/r/pull-1685946511-835910@atomide.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-omap1/pm.c')
| -rw-r--r-- | arch/arm/mach-omap1/pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/pm.c b/arch/arm/mach-omap1/pm.c index 9761d8404949..6a5815aa05e6 100644 --- a/arch/arm/mach-omap1/pm.c +++ b/arch/arm/mach-omap1/pm.c @@ -632,7 +632,7 @@ static int __init omap_pm_init(void) error = sysfs_create_file(power_kobj, &sleep_while_idle_attr.attr); if (error) - printk(KERN_ERR "sysfs_create_file failed: %d\n", error); + pr_err("sysfs_create_file failed: %d\n", error); if (cpu_is_omap16xx()) { /* configure LOW_PWR pin */ |
