mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-28 13:30:29 +09:00
[ Upstream commitaaa29bb01c] If we return early before ddata->clocks have been allocated we will get a NULL pointer dereference in sysc_unprepare(). Let's fix this by returning early when no clocks are allocated. Fixes:0eecc636e5("bus: ti-sysc: Add minimal TI sysc interconnect target driver") Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Sasha Levin <sashal@kernel.org>