mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2026-01-18 15:10:07 +00:00
Commit 7993348878 accidentally replaced the late_init call with a
duplicate drivers_init call when converting the initcall logic to use
the new INITCALL macro.
This causes drivers to be probed twice during boot. For the simplefb
driver, this results in the framebuffer being cleared after the boot
logo has already been printed, since simplefb_probe() calls
clean_fbmem() unconditionally.