mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
arm: mach-omap2: Convert pr_warning to pr_warn
Use the more common pr_warn. Other miscellanea: o Realign arguments Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
committed by
Tony Lindgren
parent
175655bd79
commit
3d0cb73e9c
@@ -154,7 +154,7 @@ static int __init sr_dev_init(struct omap_hwmod *oh, void *user)
|
||||
|
||||
pdev = omap_device_build(name, i, oh, sr_data, sizeof(*sr_data));
|
||||
if (IS_ERR(pdev))
|
||||
pr_warning("%s: Could not build omap_device for %s: %s.\n\n",
|
||||
pr_warn("%s: Could not build omap_device for %s: %s\n",
|
||||
__func__, name, oh->name);
|
||||
exit:
|
||||
i++;
|
||||
|
||||
Reference in New Issue
Block a user