
21 Apr
2024
21 Apr
'24
1:12 a.m.
On Fri, 16 Feb 2024 18:38:06 +0000 Caleb Connolly caleb.connolly@linaro.org wrote:
simplefb was using old style FDT parsing which doesn't behave well in combination with livetree. Update it to use ofnode instead and add a missing null check for the "format" property.
Standardise the error logging while we're here.
Fixes: 971d7e64245d ("video: simplefb") Signed-off-by: Caleb Connolly caleb.connolly@linaro.org
drivers/video/simplefb.c | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-)
applied to u-boot-video.
-- Anatolij