You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clocksource/drivers/tango-xtal: Fix boot hang due to incorrect test
Commit 0881841 introduced a regression by inverting a test check
after calling clocksource_mmio_init(). That results on the system to
hang at boot time.
Fix it by inverting the test again.
Fixes: 0881841 ("Replace code by clocksource_mmio_init")
Reported-by: Marc Gonzalez <[email protected]>
Signed-off-by: Daniel Lezcano <[email protected]>
0 commit comments