fbdev/simplefb: change loglevel when the power domains cannot be parsed
BugLink: https://bugs.launchpad.net/bugs/2060097
[ Upstream commit 4350aa21cca48a5d951ba108290bad703fbc0630 ]
When the power domains cannot be parsed, the message is incorrectly
logged as an info message. Let's change this to an error since an error
is returned.
Fixes: 92a511a568 ("fbdev/simplefb: Add support for generic power-domains")
Signed-off-by: Brian Masney <bmasney@redhat.com>
Acked-by: Andrew Halaney <ahalaney@redhat.com>
Acked-by: Javier Martinez Canillas <javierm@redhat.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231212195754.232303-1-bmasney@redhat.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
(cherry picked from commit e45095a0c37742b6c22b0a74a94c1ca4229e322f)
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
This commit is contained in:
committed by
Roxana Nicolescu
parent
2543a2cd16
commit
ae3311156c
@@ -470,7 +470,7 @@ static int simplefb_attach_genpds(struct simplefb_par *par,
|
||||
if (err == -ENOENT)
|
||||
return 0;
|
||||
|
||||
dev_info(dev, "failed to parse power-domains: %d\n", err);
|
||||
dev_err(dev, "failed to parse power-domains: %d\n", err);
|
||||
return err;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user